Html Css Color HEX #575EBA Rich Blue

📋 copy color: '#575EBA'

red 87 ◦ green 94 ◦ blue 186

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

Shades of Rich Blue #575EBA

Tints of Rich Blue #575EBA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

 BLUE value IS 186 (73.05% from 255) = 50.68%

R = 23.71%
G = 25.61%
B = 50.68%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#575EBA (or 0x575EBA) is known color: Rich Blue. HEX triplet: 57, 5E and BA. RGB value is (87,94,186). Sum of RGB (Red+Green+Blue) = 87+94+186=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 186 (73.05% from 255 or 50.68% from 367); Max value from RGB is 186 - color contains mainly: blue. Hex color #575EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EBA is #A8A145. Grayscale: #666666. Windows color (decimal): -11051334 or 12213847. OLE color: 12213847.

HSL color Cylindrical-coordinate representation of color #575EBA: hue angle of 235.76º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #575EBA is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 94 186 -
CMYK 0.53 0.49 0 0.27
HSL 235.76º 0.42% 0.54% -
HSV(B) 235.76º 0.53% 0.73% -
XYZ 16.8 13.58 48.19 -
YUV 102.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 87 94 186 0.53 0.49 0 0.27 235.76 0.42 0.54
Hex 57 5E BA 35 31 0 1B EC 2A 36
Octal 127 136 272 65 61 0 33 354 52 66
Binary 1010111 1011110 10111010 110101 110001 0 11011 11101100 101010 110110

Color Harmonies of #575EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EBA

Black with #575EBA

Text Example


Text Example

White with #575EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,94,186); }

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

background-color css

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

 a { background-color: rgb(87,94,186); }

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

border-color css

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

 span { border-color: rgb(87,94,186); }

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