Html Css Color HEX #5C70AF Chetwode Blue

📋 copy color: '#5C70AF'

red 92 ◦ green 112 ◦ blue 175

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

Shades of Chetwode Blue #5C70AF

Tints of Chetwode Blue #5C70AF

RGB

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

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

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

R = 24.27%
G = 29.55%
B = 46.17%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5C70AF (or 0x5C70AF) is known color: Chetwode Blue. HEX triplet: 5C, 70 and AF. RGB value is (92,112,175). Sum of RGB (Red+Green+Blue) = 92+112+175=379 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.27% from 379); Green value is 112 (44.14% from 255 or 29.55% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #5C70AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5C70AF is #A38F50. Grayscale: #707070. Windows color (decimal): -10719057 or 11497564. OLE color: 11497564.

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

Color convert

RGB 92 112 175 -
CMYK 0.47 0.36 0 0.31
HSL 225.54º 0.34% 0.52% -
HSV(B) 225.54º 0.47% 0.69% -
XYZ 17.95 16.96 42.88 -
YUV 113.2 162.87 112.88 -
System Red Green Blue C M Y K H S L
Decimal 92 112 175 0.47 0.36 0 0.31 225.54 0.34 0.52
Hex 5C 70 AF 2F 24 0 1F E2 22 34
Octal 134 160 257 57 44 0 37 342 42 64
Binary 1011100 1110000 10101111 101111 100100 0 11111 11100010 100010 110100

Color Harmonies of #5C70AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C70AF

Black with #5C70AF

Text Example


Text Example

White with #5C70AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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