Html Css Color HEX #5D71BC Chetwode Blue

📋 copy color: '#5D71BC'

red 93 ◦ green 113 ◦ blue 188

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

Shades of Chetwode Blue #5D71BC

Tints of Chetwode Blue #5D71BC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

 BLUE value IS 188 (73.83% from 255) = 47.72%

R = 23.6%
G = 28.68%
B = 47.72%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5D71BC (or 0x5D71BC) is known color: Chetwode Blue. HEX triplet: 5D, 71 and BC. RGB value is (93,113,188). Sum of RGB (Red+Green+Blue) = 93+113+188=394 (52% of max value = 765). Red value is 93 (36.72% from 255 or 23.60% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 188 (73.83% from 255 or 47.72% from 394); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D71BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D71BC is #A28E43. Grayscale: #737373. Windows color (decimal): -10653252 or 12349789. OLE color: 12349789.

HSL color Cylindrical-coordinate representation of color #5D71BC: hue angle of 227.37º degrees, saturation: 0.41, 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 #5D71BC is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 93 113 188 -
CMYK 0.51 0.40 0 0.26
HSL 227.37º 0.41% 0.55% -
HSV(B) 227.37º 0.51% 0.74% -
XYZ 19.5 17.77 49.98 -
YUV 115.57 168.87 111.9 -
System Red Green Blue C M Y K H S L
Decimal 93 113 188 0.51 0.40 0 0.26 227.37 0.41 0.55
Hex 5D 71 BC 33 28 0 1A E3 29 37
Octal 135 161 274 63 50 0 32 343 51 67
Binary 1011101 1110001 10111100 110011 101000 0 11010 11100011 101001 110111

Color Harmonies of #5D71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D71BC

Black with #5D71BC

Text Example


Text Example

White with #5D71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,113,188); }

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

background-color css

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

 a { background-color: rgb(93,113,188); }

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

border-color css

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

 span { border-color: rgb(93,113,188); }

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