Html Css Color HEX #5D6EAF Chetwode Blue

📋 copy color: '#5D6EAF'

red 93 ◦ green 110 ◦ blue 175

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

Shades of Chetwode Blue #5D6EAF

Tints of Chetwode Blue #5D6EAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.3%

R = 24.6%
G = 29.1%
B = 46.3%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5D6EAF (or 0x5D6EAF) is known color: Chetwode Blue. HEX triplet: 5D, 6E and AF. RGB value is (93,110,175). Sum of RGB (Red+Green+Blue) = 93+110+175=378 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.60% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 175 (68.75% from 255 or 46.30% from 378); Max value from RGB is 175 - color contains mainly: blue. Hex color #5D6EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6EAF is #A29150. Grayscale: #707070. Windows color (decimal): -10654033 or 11497053. OLE color: 11497053.

HSL color Cylindrical-coordinate representation of color #5D6EAF: hue angle of 227.56º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D6EAF is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 93 110 175 -
CMYK 0.47 0.37 0 0.31
HSL 227.56º 0.34% 0.53% -
HSV(B) 227.56º 0.47% 0.69% -
XYZ 17.83 16.57 42.82 -
YUV 112.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 93 110 175 0.47 0.37 0 0.31 227.56 0.34 0.53
Hex 5D 6E AF 2F 25 0 1F E4 22 35
Octal 135 156 257 57 45 0 37 344 42 65
Binary 1011101 1101110 10101111 101111 100101 0 11111 11100100 100010 110101

Color Harmonies of #5D6EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6EAF

Black with #5D6EAF

Text Example


Text Example

White with #5D6EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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