#5D68CB

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

Shades of Chetwode Blue #5D68CB

Tints of Chetwode Blue #5D68CB

Color information

#5D68CB (or 0x5D68CB) is unknown color: approx Chetwode Blue. HEX triplet: 5D, 68 and CB. RGB value is (93,104,203). Sum of RGB (Red+Green+Blue) = 93+104+203=400 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.25% from 400); Green value is 104 (41.02% from 255 or 26% 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 #5D68CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D68CB is #A29734. Grayscale: #6F6F6F. Windows color (decimal): -10655541 or 13330525. OLE color: 13330525.

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

Color convert

RGB93104203-
CMYK0.540.4900.20
HSL234º51.4%58.04%-
HSV(B)234º54.19%79.61%-
XYZ20.2416.5458.63-
YUV112179.36114.45-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 23.25%
GREEN value IS 104 (41.02% from 255) = 26%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=23.25%
G=26%
B=50.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal931042030.540.4900.2023451.458.04
Hex5D68CB3631014ea333a
Octal13515031366610243526372
Binary101110111010001100101111011011000101010011101010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D68CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,104,203); }

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

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

 a { background-color: rgb(93,104,203); }

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

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

 span { border-color: rgb(93,104,203); }

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