Html Css Color HEX #575AC2 Rich Blue

📋 copy color: '#575AC2'

red 87 ◦ green 90 ◦ blue 194

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

Shades of Rich Blue #575AC2

Tints of Rich Blue #575AC2

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.26%

 BLUE value IS 194 (76.17% from 255) = 52.29%

R = 23.45%
G = 24.26%
B = 52.29%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#575AC2 (or 0x575AC2) is known color: Rich Blue. HEX triplet: 57, 5A and C2. RGB value is (87,90,194). Sum of RGB (Red+Green+Blue) = 87+90+194=371 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.45% from 371); Green value is 90 (35.55% from 255 or 24.26% from 371); Blue value is 194 (76.17% from 255 or 52.29% from 371); Max value from RGB is 194 - color contains mainly: blue. Hex color #575AC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575AC2 is #A8A53D. Grayscale: #646464. Windows color (decimal): -11052350 or 12737111. OLE color: 12737111.

HSL color Cylindrical-coordinate representation of color #575AC2: hue angle of 238.32º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #575AC2 is Cyan = 0.55, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 90 194 -
CMYK 0.55 0.54 0 0.24
HSL 238.32º 0.47% 0.55% -
HSV(B) 238.32º 0.55% 0.76% -
XYZ 17.32 13.23 52.68 -
YUV 100.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 87 90 194 0.55 0.54 0 0.24 238.32 0.47 0.55
Hex 57 5A C2 37 36 0 18 EE 2F 37
Octal 127 132 302 67 66 0 30 356 57 67
Binary 1010111 1011010 11000010 110111 110110 0 11000 11101110 101111 110111

Color Harmonies of #575AC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575AC2

Black with #575AC2

Text Example


Text Example

White with #575AC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,194); }

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

background-color css

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

 a { background-color: rgb(87,90,194); }

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

border-color css

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

 span { border-color: rgb(87,90,194); }

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