Html Css Color HEX #575BC0 Rich Blue

📋 copy color: '#575BC0'

red 87 ◦ green 91 ◦ blue 192

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

Shades of Rich Blue #575BC0

Tints of Rich Blue #575BC0

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.59%

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

R = 23.51%
G = 24.59%
B = 51.89%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#575BC0 (or 0x575BC0) is known color: Rich Blue. HEX triplet: 57, 5B and C0. RGB value is (87,91,192). Sum of RGB (Red+Green+Blue) = 87+91+192=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #575BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BC0 is #A8A43F. Grayscale: #646464. Windows color (decimal): -11052096 or 12606295. OLE color: 12606295.

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

Color convert

RGB 87 91 192 -
CMYK 0.55 0.53 0 0.25
HSL 237.71º 0.45% 0.55% -
HSV(B) 237.71º 0.55% 0.75% -
XYZ 17.19 13.31 51.53 -
YUV 101.32 179.17 117.79 -
System Red Green Blue C M Y K H S L
Decimal 87 91 192 0.55 0.53 0 0.25 237.71 0.45 0.55
Hex 57 5B C0 37 35 0 19 EE 2D 37
Octal 127 133 300 67 65 0 31 356 55 67
Binary 1010111 1011011 11000000 110111 110101 0 11001 11101110 101101 110111

Color Harmonies of #575BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BC0

Black with #575BC0

Text Example


Text Example

White with #575BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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