Html Css Color HEX #575CAF Rich Blue

📋 copy color: '#575CAF'

red 87 ◦ green 92 ◦ blue 175

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

Shades of Rich Blue #575CAF

Tints of Rich Blue #575CAF

RGB

 RED value IS 87 (34.38% from 255) = 24.58%

 GREEN value IS 92 (36.33% from 255) = 25.99%

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

R = 24.58%
G = 25.99%
B = 49.44%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#575CAF (or 0x575CAF) is known color: Rich Blue. HEX triplet: 57, 5C and AF. RGB value is (87,92,175). Sum of RGB (Red+Green+Blue) = 87+92+175=354 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.58% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #575CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CAF is #A8A350. Grayscale: #636363. Windows color (decimal): -11051857 or 11492439. OLE color: 11492439.

HSL color Cylindrical-coordinate representation of color #575CAF: hue angle of 236.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #575CAF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 92 175 -
CMYK 0.50 0.47 0 0.31
HSL 236.59º 0.35% 0.51% -
HSV(B) 236.59º 0.5% 0.69% -
XYZ 15.5 12.78 42.21 -
YUV 99.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 87 92 175 0.50 0.47 0 0.31 236.59 0.35 0.51
Hex 57 5C AF 32 2F 0 1F ED 23 33
Octal 127 134 257 62 57 0 37 355 43 63
Binary 1010111 1011100 10101111 110010 101111 0 11111 11101101 100011 110011

Color Harmonies of #575CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CAF

Black with #575CAF

Text Example


Text Example

White with #575CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575CAF; }

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

 H1.HeaderClassName
 {
   color: #575CAF;
 }
 .AnyTagClassName
 {
   color: #575CAF;
 }
</style>

background-color css

<style>
 a { background-color: #575CAF; }

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

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

border-color css

<style>
 span { border-color: #575CAF; }

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

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