Html Css Color HEX #5D6EBD Chetwode Blue

📋 copy color: '#5D6EBD'

red 93 ◦ green 110 ◦ blue 189

#5D6EBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5D6EBD

Tints of Chetwode Blue #5D6EBD

RGB

 RED value IS 93 (36.72% from 255) = 23.72%

 GREEN value IS 110 (43.36% from 255) = 28.06%

 BLUE value IS 189 (74.22% from 255) = 48.21%

R = 23.72%
G = 28.06%
B = 48.21%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D6EBD (or 0x5D6EBD) is known color: Chetwode Blue. HEX triplet: 5D, 6E and BD. RGB value is (93,110,189). Sum of RGB (Red+Green+Blue) = 93+110+189=392 (51% of max value = 765). Red value is 93 (36.72% from 255 or 23.72% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 189 (74.22% from 255 or 48.21% from 392); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D6EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D6EBD is #A29142. Grayscale: #717171. Windows color (decimal): -10654019 or 12414557. OLE color: 12414557.

HSL color Cylindrical-coordinate representation of color #5D6EBD: hue angle of 229.38º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D6EBD is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 110 189 -
CMYK 0.51 0.42 0 0.26
HSL 229.38º 0.42% 0.55% -
HSV(B) 229.38º 0.51% 0.74% -
XYZ 19.28 17.15 50.44 -
YUV 113.92 170.37 113.08 -
System Red Green Blue C M Y K H S L
Decimal 93 110 189 0.51 0.42 0 0.26 229.38 0.42 0.55
Hex 5D 6E BD 33 2A 0 1A E5 2A 37
Octal 135 156 275 63 52 0 32 345 52 67
Binary 1011101 1101110 10111101 110011 101010 0 11010 11100101 101010 110111

Color Harmonies of #5D6EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6EBD

Black with #5D6EBD

Text Example


Text Example

White with #5D6EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,110,189); }

 H1.HeaderClassName
 {
   color: #5D6EBD;
 }
 .AnyTagClassName
 {
   color: #5D6EBD;
 }
</style>

background-color css

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

 a { background-color: rgb(93,110,189); }

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

border-color css

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

 span { border-color: rgb(93,110,189); }

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