Html Css Color HEX #575DBB Rich Blue

📋 copy color: '#575DBB'

red 87 ◦ green 93 ◦ blue 187

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

Shades of Rich Blue #575DBB

Tints of Rich Blue #575DBB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.34%

 BLUE value IS 187 (73.44% from 255) = 50.95%

R = 23.71%
G = 25.34%
B = 50.95%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#575DBB (or 0x575DBB) is known color: Rich Blue. HEX triplet: 57, 5D and BB. RGB value is (87,93,187). Sum of RGB (Red+Green+Blue) = 87+93+187=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 187 (73.44% from 255 or 50.95% from 367); Max value from RGB is 187 - color contains mainly: blue. Hex color #575DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DBB is #A8A244. Grayscale: #656565. Windows color (decimal): -11051589 or 12279127. OLE color: 12279127.

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

Color convert

RGB 87 93 187 -
CMYK 0.53 0.50 0 0.27
HSL 236.4º 0.42% 0.54% -
HSV(B) 236.4º 0.53% 0.73% -
XYZ 16.81 13.44 48.72 -
YUV 101.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 87 93 187 0.53 0.50 0 0.27 236.4 0.42 0.54
Hex 57 5D BB 35 32 0 1B EC 2A 36
Octal 127 135 273 65 62 0 33 354 52 66
Binary 1010111 1011101 10111011 110101 110010 0 11011 11101100 101010 110110

Color Harmonies of #575DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DBB

Black with #575DBB

Text Example


Text Example

White with #575DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,93,187); }

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

background-color css

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

 a { background-color: rgb(87,93,187); }

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

border-color css

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

 span { border-color: rgb(87,93,187); }

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