Html Css Color HEX #5C71BC Chetwode Blue

📋 copy color: '#5C71BC'

red 92 ◦ green 113 ◦ blue 188

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

Shades of Chetwode Blue #5C71BC

Tints of Chetwode Blue #5C71BC

RGB

 RED value IS 92 (36.33% from 255) = 23.41%

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

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

R = 23.41%
G = 28.75%
B = 47.84%

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

#5C71BC (or 0x5C71BC) is known color: Chetwode Blue. HEX triplet: 5C, 71 and BC. RGB value is (92,113,188). Sum of RGB (Red+Green+Blue) = 92+113+188=393 (52% of max value = 765). Red value is 92 (36.33% from 255 or 23.41% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #5C71BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C71BC is #A38E43. Grayscale: #727272. Windows color (decimal): -10718788 or 12349788. OLE color: 12349788.

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

Color convert

RGB 92 113 188 -
CMYK 0.51 0.40 0 0.26
HSL 226.88º 0.42% 0.55% -
HSV(B) 226.88º 0.51% 0.74% -
XYZ 19.4 17.72 49.97 -
YUV 115.27 169.04 111.4 -
System Red Green Blue C M Y K H S L
Decimal 92 113 188 0.51 0.40 0 0.26 226.88 0.42 0.55
Hex 5C 71 BC 33 28 0 1A E3 2A 37
Octal 134 161 274 63 50 0 32 343 52 67
Binary 1011100 1110001 10111100 110011 101000 0 11010 11100011 101010 110111

Color Harmonies of #5C71BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C71BC

Black with #5C71BC

Text Example


Text Example

White with #5C71BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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