Html Css Color HEX #575CAC Rich Blue

📋 copy color: '#575CAC'

red 87 ◦ green 92 ◦ blue 172

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

Shades of Rich Blue #575CAC

Tints of Rich Blue #575CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49%

R = 24.79%
G = 26.21%
B = 49%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#575CAC (or 0x575CAC) is known color: Rich Blue. HEX triplet: 57, 5C and AC. RGB value is (87,92,172). Sum of RGB (Red+Green+Blue) = 87+92+172=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 172 (67.58% from 255 or 49.00% from 351); Max value from RGB is 172 - color contains mainly: blue. Hex color #575CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CAC is #A8A353. Grayscale: #636363. Windows color (decimal): -11051860 or 11295831. OLE color: 11295831.

HSL color Cylindrical-coordinate representation of color #575CAC: hue angle of 236.47º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575CAC is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 92 172 -
CMYK 0.49 0.47 0 0.33
HSL 236.47º 0.34% 0.51% -
HSV(B) 236.47º 0.49% 0.67% -
XYZ 15.2 12.66 40.67 -
YUV 99.63 168.84 119 -
System Red Green Blue C M Y K H S L
Decimal 87 92 172 0.49 0.47 0 0.33 236.47 0.34 0.51
Hex 57 5C AC 31 2F 0 21 EC 22 33
Octal 127 134 254 61 57 0 41 354 42 63
Binary 1010111 1011100 10101100 110001 101111 0 100001 11101100 100010 110011

Color Harmonies of #575CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CAC

Black with #575CAC

Text Example


Text Example

White with #575CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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