Html Css Color HEX #5755BA Rich Blue

📋 copy color: '#5755BA'

red 87 ◦ green 85 ◦ blue 186

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

Shades of Rich Blue #5755BA

Tints of Rich Blue #5755BA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

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

R = 24.3%
G = 23.74%
B = 51.96%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5755BA (or 0x5755BA) is known color: Rich Blue. HEX triplet: 57, 55 and BA. RGB value is (87,85,186). Sum of RGB (Red+Green+Blue) = 87+85+186=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #5755BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5755BA is #A8AA45. Grayscale: #606060. Windows color (decimal): -11053638 or 12211543. OLE color: 12211543.

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

Color convert

RGB 87 85 186 -
CMYK 0.53 0.54 0 0.27
HSL 241.19º 0.42% 0.53% -
HSV(B) 241.19º 0.54% 0.73% -
XYZ 16.04 12.07 47.94 -
YUV 97.11 178.16 120.79 -
System Red Green Blue C M Y K H S L
Decimal 87 85 186 0.53 0.54 0 0.27 241.19 0.42 0.53
Hex 57 55 BA 35 36 0 1B F1 2A 35
Octal 127 125 272 65 66 0 33 361 52 65
Binary 1010111 1010101 10111010 110101 110110 0 11011 11110001 101010 110101

Color Harmonies of #5755BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5755BA

Black with #5755BA

Text Example


Text Example

White with #5755BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5755BA; }

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

 H1.HeaderClassName
 {
   color: #5755BA;
 }
 .AnyTagClassName
 {
   color: #5755BA;
 }
</style>

background-color css

<style>
 a { background-color: #5755BA; }

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

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

border-color css

<style>
 span { border-color: #5755BA; }

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

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