Html Css Color HEX #575BB7 Rich Blue

📋 copy color: '#575BB7'

red 87 ◦ green 91 ◦ blue 183

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

Shades of Rich Blue #575BB7

Tints of Rich Blue #575BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 50.69%

R = 24.1%
G = 25.21%
B = 50.69%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#575BB7 (or 0x575BB7) is known color: Rich Blue. HEX triplet: 57, 5B and B7. RGB value is (87,91,183). Sum of RGB (Red+Green+Blue) = 87+91+183=361 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.10% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 183 (71.88% from 255 or 50.69% from 361); Max value from RGB is 183 - color contains mainly: blue. Hex color #575BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BB7 is #A8A448. Grayscale: #636363. Windows color (decimal): -11052105 or 12016471. OLE color: 12016471.

HSL color Cylindrical-coordinate representation of color #575BB7: hue angle of 237.5º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #575BB7 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 87 91 183 -
CMYK 0.52 0.50 0 0.28
HSL 237.5º 0.4% 0.53% -
HSV(B) 237.5º 0.52% 0.72% -
XYZ 16.22 12.93 46.44 -
YUV 100.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 87 91 183 0.52 0.50 0 0.28 237.5 0.4 0.53
Hex 57 5B B7 34 32 0 1C EE 28 35
Octal 127 133 267 64 62 0 34 356 50 65
Binary 1010111 1011011 10110111 110100 110010 0 11100 11101110 101000 110101

Color Harmonies of #575BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BB7

Black with #575BB7

Text Example


Text Example

White with #575BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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