Html Css Color HEX #5C71BA Chetwode Blue

📋 copy color: '#5C71BA'

red 92 ◦ green 113 ◦ blue 186

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

Shades of Chetwode Blue #5C71BA

Tints of Chetwode Blue #5C71BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.57%

R = 23.53%
G = 28.9%
B = 47.57%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5C71BA (or 0x5C71BA) is known color: Chetwode Blue. HEX triplet: 5C, 71 and BA. RGB value is (92,113,186). Sum of RGB (Red+Green+Blue) = 92+113+186=391 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.53% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #5C71BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C71BA is #A38E45. Grayscale: #727272. Windows color (decimal): -10718790 or 12218716. OLE color: 12218716.

HSL color Cylindrical-coordinate representation of color #5C71BA: hue angle of 226.6º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C71BA is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 92 113 186 -
CMYK 0.51 0.39 0 0.27
HSL 226.6º 0.41% 0.55% -
HSV(B) 226.6º 0.51% 0.73% -
XYZ 19.18 17.63 48.85 -
YUV 115.04 168.04 111.56 -
System Red Green Blue C M Y K H S L
Decimal 92 113 186 0.51 0.39 0 0.27 226.6 0.41 0.55
Hex 5C 71 BA 33 27 0 1B E3 29 37
Octal 134 161 272 63 47 0 33 343 51 67
Binary 1011100 1110001 10111010 110011 100111 0 11011 11100011 101001 110111

Color Harmonies of #5C71BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C71BA

Black with #5C71BA

Text Example


Text Example

White with #5C71BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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