Html Css Color HEX #5D71CC Chetwode Blue

📋 copy color: '#5D71CC'

red 93 ◦ green 113 ◦ blue 204

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

Shades of Chetwode Blue #5D71CC

Tints of Chetwode Blue #5D71CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.76%

R = 22.68%
G = 27.56%
B = 49.76%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5D71CC (or 0x5D71CC) is known color: Chetwode Blue. HEX triplet: 5D, 71 and CC. RGB value is (93,113,204). Sum of RGB (Red+Green+Blue) = 93+113+204=410 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.68% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D71CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5D71CC is #A28E33. Grayscale: #757575. Windows color (decimal): -10653236 or 13398365. OLE color: 13398365.

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

Color convert

RGB 93 113 204 -
CMYK 0.54 0.45 0 0.2
HSL 229.19º 0.52% 0.58% -
HSV(B) 229.19º 0.54% 0.8% -
XYZ 21.32 18.5 59.57 -
YUV 117.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 93 113 204 0.54 0.45 0 0.2 229.19 0.52 0.58
Hex 5D 71 CC 36 2D 0 14 E5 34 3A
Octal 135 161 314 66 55 0 24 345 64 72
Binary 1011101 1110001 11001100 110110 101101 0 10100 11100101 110100 111010

Color Harmonies of #5D71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D71CC

Black with #5D71CC

Text Example


Text Example

White with #5D71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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