Html Css Color HEX #575CA2 Rich Blue

📋 copy color: '#575CA2'

red 87 ◦ green 92 ◦ blue 162

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

Shades of Rich Blue #575CA2

Tints of Rich Blue #575CA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 47.51%

R = 25.51%
G = 26.98%
B = 47.51%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#575CA2 (or 0x575CA2) is known color: Rich Blue. HEX triplet: 57, 5C and A2. RGB value is (87,92,162). Sum of RGB (Red+Green+Blue) = 87+92+162=341 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.51% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 162 (63.67% from 255 or 47.51% from 341); Max value from RGB is 162 - color contains mainly: blue. Hex color #575CA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CA2 is #A8A35D. Grayscale: #626262. Windows color (decimal): -11051870 or 10640471. OLE color: 10640471.

HSL color Cylindrical-coordinate representation of color #575CA2: hue angle of 236º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #575CA2 is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 92 162 -
CMYK 0.46 0.43 0 0.36
HSL 236º 0.3% 0.49% -
HSV(B) 236º 0.46% 0.64% -
XYZ 14.28 12.29 35.8 -
YUV 98.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 87 92 162 0.46 0.43 0 0.36 236 0.3 0.49
Hex 57 5C A2 2E 2B 0 24 EC 1E 31
Octal 127 134 242 56 53 0 44 354 36 61
Binary 1010111 1011100 10100010 101110 101011 0 100100 11101100 11110 110001

Color Harmonies of #575CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CA2

Black with #575CA2

Text Example


Text Example

White with #575CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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