Html Css Color HEX #575FBA Rich Blue

📋 copy color: '#575FBA'

red 87 ◦ green 95 ◦ blue 186

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

Shades of Rich Blue #575FBA

Tints of Rich Blue #575FBA

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.82%

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

R = 23.64%
G = 25.82%
B = 50.54%

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

#575FBA (or 0x575FBA) is known color: Rich Blue. HEX triplet: 57, 5F and BA. RGB value is (87,95,186). Sum of RGB (Red+Green+Blue) = 87+95+186=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #575FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FBA is #A8A045. Grayscale: #666666. Windows color (decimal): -11051078 or 12214103. OLE color: 12214103.

HSL color Cylindrical-coordinate representation of color #575FBA: hue angle of 235.15º 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 #575FBA is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 87 95 186 -
CMYK 0.53 0.49 0 0.27
HSL 235.15º 0.42% 0.54% -
HSV(B) 235.15º 0.53% 0.73% -
XYZ 16.89 13.76 48.22 -
YUV 102.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 87 95 186 0.53 0.49 0 0.27 235.15 0.42 0.54
Hex 57 5F BA 35 31 0 1B EB 2A 36
Octal 127 137 272 65 61 0 33 353 52 66
Binary 1010111 1011111 10111010 110101 110001 0 11011 11101011 101010 110110

Color Harmonies of #575FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FBA

Black with #575FBA

Text Example


Text Example

White with #575FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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