Html Css Color HEX #575CB0 Rich Blue

📋 copy color: '#575CB0'

red 87 ◦ green 92 ◦ blue 176

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

Shades of Rich Blue #575CB0

Tints of Rich Blue #575CB0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.92%

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

R = 24.51%
G = 25.92%
B = 49.58%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#575CB0 (or 0x575CB0) is known color: Rich Blue. HEX triplet: 57, 5C and B0. RGB value is (87,92,176). Sum of RGB (Red+Green+Blue) = 87+92+176=355 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.51% from 355); Green value is 92 (36.33% from 255 or 25.92% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #575CB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575CB0 is #A8A34F. Grayscale: #636363. Windows color (decimal): -11051856 or 11557975. OLE color: 11557975.

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

Color convert

RGB 87 92 176 -
CMYK 0.51 0.48 0 0.31
HSL 236.63º 0.36% 0.52% -
HSV(B) 236.63º 0.51% 0.69% -
XYZ 15.59 12.82 42.73 -
YUV 100.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 87 92 176 0.51 0.48 0 0.31 236.63 0.36 0.52
Hex 57 5C B0 33 30 0 1F ED 24 34
Octal 127 134 260 63 60 0 37 355 44 64
Binary 1010111 1011100 10110000 110011 110000 0 11111 11101101 100100 110100

Color Harmonies of #575CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CB0

Black with #575CB0

Text Example


Text Example

White with #575CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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