Html Css Color HEX #575FC2 Rich Blue

📋 copy color: '#575FC2'

red 87 ◦ green 95 ◦ blue 194

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

Shades of Rich Blue #575FC2

Tints of Rich Blue #575FC2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

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

R = 23.14%
G = 25.27%
B = 51.6%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#575FC2 (or 0x575FC2) is known color: Rich Blue. HEX triplet: 57, 5F and C2. RGB value is (87,95,194). Sum of RGB (Red+Green+Blue) = 87+95+194=376 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.14% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 194 (76.17% from 255 or 51.60% from 376); Max value from RGB is 194 - color contains mainly: blue. Hex color #575FC2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FC2 is #A8A03D. Grayscale: #676767. Windows color (decimal): -11051070 or 12738391. OLE color: 12738391.

HSL color Cylindrical-coordinate representation of color #575FC2: hue angle of 235.51º 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 #575FC2 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 95 194 -
CMYK 0.55 0.51 0 0.24
HSL 235.51º 0.47% 0.55% -
HSV(B) 235.51º 0.55% 0.76% -
XYZ 17.76 14.11 52.83 -
YUV 103.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 87 95 194 0.55 0.51 0 0.24 235.51 0.47 0.55
Hex 57 5F C2 37 33 0 18 EC 2F 37
Octal 127 137 302 67 63 0 30 354 57 67
Binary 1010111 1011111 11000010 110111 110011 0 11000 11101100 101111 110111

Color Harmonies of #575FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FC2

Black with #575FC2

Text Example


Text Example

White with #575FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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