Html Css Color HEX #575ABC Rich Blue

📋 copy color: '#575ABC'

red 87 ◦ green 90 ◦ blue 188

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

Shades of Rich Blue #575ABC

Tints of Rich Blue #575ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.66%

 BLUE value IS 188 (73.83% from 255) = 51.51%

R = 23.84%
G = 24.66%
B = 51.51%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#575ABC (or 0x575ABC) is known color: Rich Blue. HEX triplet: 57, 5A and BC. RGB value is (87,90,188). Sum of RGB (Red+Green+Blue) = 87+90+188=365 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.84% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #575ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ABC is #A8A543. Grayscale: #636363. Windows color (decimal): -11052356 or 12343895. OLE color: 12343895.

HSL color Cylindrical-coordinate representation of color #575ABC: hue angle of 238.22º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #575ABC is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 90 188 -
CMYK 0.54 0.52 0 0.26
HSL 238.22º 0.43% 0.54% -
HSV(B) 238.22º 0.54% 0.74% -
XYZ 16.66 12.97 49.2 -
YUV 100.28 177.51 118.53 -
System Red Green Blue C M Y K H S L
Decimal 87 90 188 0.54 0.52 0 0.26 238.22 0.43 0.54
Hex 57 5A BC 36 34 0 1A EE 2B 36
Octal 127 132 274 66 64 0 32 356 53 66
Binary 1010111 1011010 10111100 110110 110100 0 11010 11101110 101011 110110

Color Harmonies of #575ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ABC

Black with #575ABC

Text Example


Text Example

White with #575ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,188); }

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

background-color css

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

 a { background-color: rgb(87,90,188); }

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

border-color css

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

 span { border-color: rgb(87,90,188); }

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