Html Css Color HEX #575BAC Rich Blue

📋 copy color: '#575BAC'

red 87 ◦ green 91 ◦ blue 172

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

Shades of Rich Blue #575BAC

Tints of Rich Blue #575BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 49.14%

R = 24.86%
G = 26%
B = 49.14%

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

#575BAC (or 0x575BAC) is known color: Rich Blue. HEX triplet: 57, 5B and AC. RGB value is (87,91,172). Sum of RGB (Red+Green+Blue) = 87+91+172=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 91 (35.94% from 255 or 26% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #575BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #575BAC is #A8A453. Grayscale: #626262. Windows color (decimal): -11052116 or 11295575. OLE color: 11295575.

HSL color Cylindrical-coordinate representation of color #575BAC: hue angle of 237.18º degrees, saturation: 0.34, 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 #575BAC is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 87 91 172 -
CMYK 0.49 0.47 0 0.33
HSL 237.18º 0.34% 0.51% -
HSV(B) 237.18º 0.49% 0.67% -
XYZ 15.12 12.49 40.64 -
YUV 99.04 169.17 119.41 -
System Red Green Blue C M Y K H S L
Decimal 87 91 172 0.49 0.47 0 0.33 237.18 0.34 0.51
Hex 57 5B AC 31 2F 0 21 ED 22 33
Octal 127 133 254 61 57 0 41 355 42 63
Binary 1010111 1011011 10101100 110001 101111 0 100001 11101101 100010 110011

Color Harmonies of #575BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BAC

Black with #575BAC

Text Example


Text Example

White with #575BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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