Html Css Color HEX #5D76AB Chetwode Blue

📋 copy color: '#5D76AB'

red 93 ◦ green 118 ◦ blue 171

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

Shades of Chetwode Blue #5D76AB

Tints of Chetwode Blue #5D76AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.89%

 BLUE value IS 171 (67.19% from 255) = 44.76%

R = 24.35%
G = 30.89%
B = 44.76%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D76AB (or 0x5D76AB) is known color: Chetwode Blue. HEX triplet: 5D, 76 and AB. RGB value is (93,118,171). Sum of RGB (Red+Green+Blue) = 93+118+171=382 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.35% from 382); Green value is 118 (46.48% from 255 or 30.89% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 171 - color contains mainly: blue. Hex color #5D76AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D76AB is #A28954. Grayscale: #747474. Windows color (decimal): -10651989 or 11236957. OLE color: 11236957.

HSL color Cylindrical-coordinate representation of color #5D76AB: hue angle of 220.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D76AB is Cyan = 0.46, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 118 171 -
CMYK 0.46 0.31 0 0.33
HSL 220.77º 0.32% 0.52% -
HSV(B) 220.77º 0.46% 0.67% -
XYZ 18.34 18.22 41.08 -
YUV 116.57 158.72 111.19 -
System Red Green Blue C M Y K H S L
Decimal 93 118 171 0.46 0.31 0 0.33 220.77 0.32 0.52
Hex 5D 76 AB 2E 1F 0 21 DD 20 34
Octal 135 166 253 56 37 0 41 335 40 64
Binary 1011101 1110110 10101011 101110 11111 0 100001 11011101 100000 110100

Color Harmonies of #5D76AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D76AB

Black with #5D76AB

Text Example


Text Example

White with #5D76AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,118,171); }

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

background-color css

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

 a { background-color: rgb(93,118,171); }

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

border-color css

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

 span { border-color: rgb(93,118,171); }

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