Html Css Color HEX #575BAB Rich Blue

📋 copy color: '#575BAB'

red 87 ◦ green 91 ◦ blue 171

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

Shades of Rich Blue #575BAB

Tints of Rich Blue #575BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 49%

R = 24.93%
G = 26.07%
B = 49%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#575BAB (or 0x575BAB) is known color: Rich Blue. HEX triplet: 57, 5B and AB. RGB value is (87,91,171). Sum of RGB (Red+Green+Blue) = 87+91+171=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 171 (67.19% from 255 or 49.00% from 349); Max value from RGB is 171 - color contains mainly: blue. Hex color #575BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BAB is #A8A454. Grayscale: #626262. Windows color (decimal): -11052117 or 11230039. OLE color: 11230039.

HSL color Cylindrical-coordinate representation of color #575BAB: hue angle of 237.14º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #575BAB is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 91 171 -
CMYK 0.49 0.47 0 0.33
HSL 237.14º 0.33% 0.51% -
HSV(B) 237.14º 0.49% 0.67% -
XYZ 15.02 12.45 40.14 -
YUV 98.92 168.67 119.5 -
System Red Green Blue C M Y K H S L
Decimal 87 91 171 0.49 0.47 0 0.33 237.14 0.33 0.51
Hex 57 5B AB 31 2F 0 21 ED 21 33
Octal 127 133 253 61 57 0 41 355 41 63
Binary 1010111 1011011 10101011 110001 101111 0 100001 11101101 100001 110011

Color Harmonies of #575BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BAB

Black with #575BAB

Text Example


Text Example

White with #575BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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