Html Css Color HEX #5F70AF Chetwode Blue

📋 copy color: '#5F70AF'

red 95 ◦ green 112 ◦ blue 175

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

Shades of Chetwode Blue #5F70AF

Tints of Chetwode Blue #5F70AF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.32%

 BLUE value IS 175 (68.75% from 255) = 45.81%

R = 24.87%
G = 29.32%
B = 45.81%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5F70AF (or 0x5F70AF) is known color: Chetwode Blue. HEX triplet: 5F, 70 and AF. RGB value is (95,112,175). Sum of RGB (Red+Green+Blue) = 95+112+175=382 (50% of max value = 765). Red value is 95 (37.5% from 255 or 24.87% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 175 (68.75% from 255 or 45.81% from 382); Max value from RGB is 175 - color contains mainly: blue. Hex color #5F70AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F70AF is #A08F50. Grayscale: #717171. Windows color (decimal): -10522449 or 11497567. OLE color: 11497567.

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

Color convert

RGB 95 112 175 -
CMYK 0.46 0.36 0 0.31
HSL 227.25º 0.33% 0.53% -
HSV(B) 227.25º 0.46% 0.69% -
XYZ 18.25 17.12 42.9 -
YUV 114.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 95 112 175 0.46 0.36 0 0.31 227.25 0.33 0.53
Hex 5F 70 AF 2E 24 0 1F E3 21 35
Octal 137 160 257 56 44 0 37 343 41 65
Binary 1011111 1110000 10101111 101110 100100 0 11111 11100011 100001 110101

Color Harmonies of #5F70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F70AF

Black with #5F70AF

Text Example


Text Example

White with #5F70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,112,175); }

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

background-color css

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

 a { background-color: rgb(95,112,175); }

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

border-color css

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

 span { border-color: rgb(95,112,175); }

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