#5A65CB

Color #5A65CB Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5A65CB

Tints of Chetwode Blue #5A65CB

Color information

#5A65CB (or 0x5A65CB) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 65 and CB. RGB value is (90,101,203). Sum of RGB (Red+Green+Blue) = 90+101+203=394 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.84% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A65CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A65CB is #A59A34. Grayscale: #6C6C6C. Windows color (decimal): -10852917 or 13329754. OLE color: 13329754.

HSL color Cylindrical-coordinate representation of color #5A65CB: hue angle of 234.16º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A65CB is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB90101203-
CMYK0.560.5000.20
HSL234.16º52.07%57.45%-
HSV(B)234.16º55.67%79.61%-
XYZ19.6515.7958.51-
YUV109.34180.86114.21-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 22.84%
GREEN value IS 101 (39.84% from 255) = 25.63%
BLUE value IS 203 (79.69% from 255) = 51.52%
R=22.84%
G=25.63%
B=51.52%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal901012030.560.5000.20234.1652.0757.45
Hex5A65CB3832014ea3439
Octal13214531370620243526471
Binary101101011001011100101111100011001001010011101010110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A65CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A65CB; }

 p { color: rgb(90,101,203); }

 H1.HeaderClassName
 {
   color: #5A65CB;
 }
 .AnyTagClassName
 {
   color: #5A65CB;
 }
</style>
background-color css

<style>
 a { background-color: #5A65CB; }

 a { background-color: rgb(90,101,203); }

 div.DivClassName
 {
   background-color: #5A65CB;
 }
 .BgClassName
 {
   background-color: #5A65CB;
 }
</style>
border-color css

<style>
 span { border-color: #5A65CB; }

 span { border-color: rgb(90,101,203); }

 td.TdClassName
 {
   border-color: #5A65CB;
 }
 .TagClassName
 {
   border-color: #5A65CB;
 }
</style>