Html Css Color HEX #575FBC Rich Blue

📋 copy color: '#575FBC'

red 87 ◦ green 95 ◦ blue 188

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

Shades of Rich Blue #575FBC

Tints of Rich Blue #575FBC

RGB

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

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

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

R = 23.51%
G = 25.68%
B = 50.81%

CMYK

 C value IS 0.54

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#575FBC (or 0x575FBC) is known color: Rich Blue. HEX triplet: 57, 5F and BC. RGB value is (87,95,188). Sum of RGB (Red+Green+Blue) = 87+95+188=370 (49% of max value = 765). Red value is 87 (34.38% from 255 or 23.51% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #575FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575FBC is #A8A043. Grayscale: #666666. Windows color (decimal): -11051076 or 12345175. OLE color: 12345175.

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

Color convert

RGB 87 95 188 -
CMYK 0.54 0.49 0 0.26
HSL 235.25º 0.43% 0.54% -
HSV(B) 235.25º 0.54% 0.74% -
XYZ 17.1 13.84 49.35 -
YUV 103.21 175.85 116.44 -
System Red Green Blue C M Y K H S L
Decimal 87 95 188 0.54 0.49 0 0.26 235.25 0.43 0.54
Hex 57 5F BC 36 31 0 1A EB 2B 36
Octal 127 137 274 66 61 0 32 353 53 66
Binary 1010111 1011111 10111100 110110 110001 0 11010 11101011 101011 110110

Color Harmonies of #575FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575FBC

Black with #575FBC

Text Example


Text Example

White with #575FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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