#5C69CB

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

Shades of Chetwode Blue #5C69CB

Tints of Chetwode Blue #5C69CB

Color information

#5C69CB (or 0x5C69CB) is unknown color: approx Chetwode Blue. HEX triplet: 5C, 69 and CB. RGB value is (92,105,203). Sum of RGB (Red+Green+Blue) = 92+105+203=400 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #5C69CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C69CB is #A39634. Grayscale: #6F6F6F. Windows color (decimal): -10720821 or 13330780. OLE color: 13330780.

HSL color Cylindrical-coordinate representation of color #5C69CB: hue angle of 232.97º 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 #5C69CB is Cyan = 0.55, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB92105203-
CMYK0.550.4800.20
HSL232.97º51.63%57.84%-
HSV(B)232.97º54.68%79.61%-
XYZ20.2416.6958.65-
YUV112.28179.19113.53-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 23%
GREEN value IS 105 (41.41% from 255) = 26.25%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=23%
G=26.25%
B=50.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal921052030.550.4800.20232.9751.6357.84
Hex5C69CB3730014e9343a
Octal13415131367600243516472
Binary101110011010011100101111011111000001010011101001110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,105,203); }

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

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

 a { background-color: rgb(92,105,203); }

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

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

 span { border-color: rgb(92,105,203); }

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