Html Css Color HEX #575FC0 Rich Blue

📋 copy color: '#575FC0'

red 87 ◦ green 95 ◦ blue 192

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

Shades of Rich Blue #575FC0

Tints of Rich Blue #575FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 51.34%

R = 23.26%
G = 25.4%
B = 51.34%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#575FC0 (or 0x575FC0) is known color: Rich Blue. HEX triplet: 57, 5F and C0. RGB value is (87,95,192). Sum of RGB (Red+Green+Blue) = 87+95+192=374 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.26% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #575FC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FC0 is #A8A03F. Grayscale: #676767. Windows color (decimal): -11051072 or 12607319. OLE color: 12607319.

HSL color Cylindrical-coordinate representation of color #575FC0: hue angle of 235.43º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #575FC0 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 95 192 -
CMYK 0.55 0.51 0 0.25
HSL 235.43º 0.45% 0.55% -
HSV(B) 235.43º 0.55% 0.75% -
XYZ 17.54 14.02 51.65 -
YUV 103.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 87 95 192 0.55 0.51 0 0.25 235.43 0.45 0.55
Hex 57 5F C0 37 33 0 19 EB 2D 37
Octal 127 137 300 67 63 0 31 353 55 67
Binary 1010111 1011111 11000000 110111 110011 0 11001 11101011 101101 110111

Color Harmonies of #575FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FC0

Black with #575FC0

Text Example


Text Example

White with #575FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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