#5B66CB

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

Shades of Chetwode Blue #5B66CB

Tints of Chetwode Blue #5B66CB

Color information

#5B66CB (or 0x5B66CB) is unknown color: approx Chetwode Blue. HEX triplet: 5B, 66 and CB. RGB value is (91,102,203). Sum of RGB (Red+Green+Blue) = 91+102+203=396 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.98% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #5B66CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B66CB is #A49934. Grayscale: #6D6D6D. Windows color (decimal): -10787125 or 13330011. OLE color: 13330011.

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

Color convert

RGB91102203-
CMYK0.550.5000.20
HSL234.11º51.85%57.65%-
HSV(B)234.11º55.17%79.61%-
XYZ19.8516.0458.55-
YUV110.22180.36114.29-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 22.98%
GREEN value IS 102 (40.23% from 255) = 25.76%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=22.98%
G=25.76%
B=51.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal911022030.550.5000.20234.1151.8557.65
Hex5B66CB3732014ea343a
Octal13314631367620243526472
Binary101101111001101100101111011111001001010011101010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B66CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,102,203); }

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

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

 a { background-color: rgb(91,102,203); }

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

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

 span { border-color: rgb(91,102,203); }

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