Html Css Color HEX #5C71CE Chetwode Blue

📋 copy color: '#5C71CE'

red 92 ◦ green 113 ◦ blue 206

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

Shades of Chetwode Blue #5C71CE

Tints of Chetwode Blue #5C71CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.12%

R = 22.38%
G = 27.49%
B = 50.12%

CMYK

 C value IS 0.55

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5C71CE (or 0x5C71CE) is known color: Chetwode Blue. HEX triplet: 5C, 71 and CE. RGB value is (92,113,206). Sum of RGB (Red+Green+Blue) = 92+113+206=411 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.38% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 206 (80.86% from 255 or 50.12% from 411); Max value from RGB is 206 - color contains mainly: blue. Hex color #5C71CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5C71CE is #A38E31. Grayscale: #747474. Windows color (decimal): -10718770 or 13529436. OLE color: 13529436.

HSL color Cylindrical-coordinate representation of color #5C71CE: hue angle of 228.95º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C71CE is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 92 113 206 -
CMYK 0.55 0.45 0 0.19
HSL 228.95º 0.54% 0.58% -
HSV(B) 228.95º 0.55% 0.81% -
XYZ 21.46 18.54 60.84 -
YUV 117.32 178.04 109.94 -
System Red Green Blue C M Y K H S L
Decimal 92 113 206 0.55 0.45 0 0.19 228.95 0.54 0.58
Hex 5C 71 CE 37 2D 0 13 E5 36 3A
Octal 134 161 316 67 55 0 23 345 66 72
Binary 1011100 1110001 11001110 110111 101101 0 10011 11100101 110110 111010

Color Harmonies of #5C71CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C71CE

Black with #5C71CE

Text Example


Text Example

White with #5C71CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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