Html Css Color HEX #575DB0 Rich Blue

📋 copy color: '#575DB0'

red 87 ◦ green 93 ◦ blue 176

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

Shades of Rich Blue #575DB0

Tints of Rich Blue #575DB0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.12%

 BLUE value IS 176 (69.14% from 255) = 49.44%

R = 24.44%
G = 26.12%
B = 49.44%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#575DB0 (or 0x575DB0) is known color: Rich Blue. HEX triplet: 57, 5D and B0. RGB value is (87,93,176). Sum of RGB (Red+Green+Blue) = 87+93+176=356 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.44% from 356); Green value is 93 (36.72% from 255 or 26.12% from 356); Blue value is 176 (69.14% from 255 or 49.44% from 356); Max value from RGB is 176 - color contains mainly: blue. Hex color #575DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575DB0 is #A8A24F. Grayscale: #646464. Windows color (decimal): -11051600 or 11558231. OLE color: 11558231.

HSL color Cylindrical-coordinate representation of color #575DB0: hue angle of 235.96º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #575DB0 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 87 93 176 -
CMYK 0.51 0.47 0 0.31
HSL 235.96º 0.36% 0.52% -
HSV(B) 235.96º 0.51% 0.69% -
XYZ 15.68 12.99 42.76 -
YUV 100.67 170.51 118.25 -
System Red Green Blue C M Y K H S L
Decimal 87 93 176 0.51 0.47 0 0.31 235.96 0.36 0.52
Hex 57 5D B0 33 2F 0 1F EC 24 34
Octal 127 135 260 63 57 0 37 354 44 64
Binary 1010111 1011101 10110000 110011 101111 0 11111 11101100 100100 110100

Color Harmonies of #575DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DB0

Black with #575DB0

Text Example


Text Example

White with #575DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,93,176); }

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

background-color css

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

 a { background-color: rgb(87,93,176); }

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

border-color css

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

 span { border-color: rgb(87,93,176); }

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