Html Css Color HEX #5F71B3 Chetwode Blue

📋 copy color: '#5F71B3'

red 95 ◦ green 113 ◦ blue 179

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

Shades of Chetwode Blue #5F71B3

Tints of Chetwode Blue #5F71B3

RGB

 RED value IS 95 (37.5% from 255) = 24.55%

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

 BLUE value IS 179 (70.31% from 255) = 46.25%

R = 24.55%
G = 29.2%
B = 46.25%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5F71B3 (or 0x5F71B3) is known color: Chetwode Blue. HEX triplet: 5F, 71 and B3. RGB value is (95,113,179). Sum of RGB (Red+Green+Blue) = 95+113+179=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 179 (70.31% from 255 or 46.25% from 387); Max value from RGB is 179 - color contains mainly: blue. Hex color #5F71B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F71B3 is #A08E4C. Grayscale: #727272. Windows color (decimal): -10522189 or 11759967. OLE color: 11759967.

HSL color Cylindrical-coordinate representation of color #5F71B3: hue angle of 227.14º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F71B3 is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 113 179 -
CMYK 0.47 0.37 0 0.30
HSL 227.14º 0.36% 0.54% -
HSV(B) 227.14º 0.47% 0.7% -
XYZ 18.76 17.5 45.04 -
YUV 115.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 95 113 179 0.47 0.37 0 0.30 227.14 0.36 0.54
Hex 5F 71 B3 2F 25 0 1E E3 24 36
Octal 137 161 263 57 45 0 36 343 44 66
Binary 1011111 1110001 10110011 101111 100101 0 11110 11100011 100100 110110

Color Harmonies of #5F71B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F71B3

Black with #5F71B3

Text Example


Text Example

White with #5F71B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,113,179); }

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

background-color css

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

 a { background-color: rgb(95,113,179); }

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

border-color css

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

 span { border-color: rgb(95,113,179); }

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