Html Css Color HEX #5754BB Rich Blue

📋 copy color: '#5754BB'

red 87 ◦ green 84 ◦ blue 187

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

Shades of Rich Blue #5754BB

Tints of Rich Blue #5754BB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.46%

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

R = 24.3%
G = 23.46%
B = 52.23%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5754BB (or 0x5754BB) is known color: Rich Blue. HEX triplet: 57, 54 and BB. RGB value is (87,84,187). Sum of RGB (Red+Green+Blue) = 87+84+187=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 187 (73.44% from 255 or 52.23% from 358); Max value from RGB is 187 - color contains mainly: blue. Hex color #5754BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754BB is #A8AB44. Grayscale: #606060. Windows color (decimal): -11053893 or 12276823. OLE color: 12276823.

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

Color convert

RGB 87 84 187 -
CMYK 0.53 0.55 0 0.27
HSL 241.75º 0.43% 0.53% -
HSV(B) 241.75º 0.55% 0.73% -
XYZ 16.07 11.95 48.47 -
YUV 96.64 178.99 121.12 -
System Red Green Blue C M Y K H S L
Decimal 87 84 187 0.53 0.55 0 0.27 241.75 0.43 0.53
Hex 57 54 BB 35 37 0 1B F2 2B 35
Octal 127 124 273 65 67 0 33 362 53 65
Binary 1010111 1010100 10111011 110101 110111 0 11011 11110010 101011 110101

Color Harmonies of #5754BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5754BB

Black with #5754BB

Text Example


Text Example

White with #5754BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5754BB; }

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

 H1.HeaderClassName
 {
   color: #5754BB;
 }
 .AnyTagClassName
 {
   color: #5754BB;
 }
</style>

background-color css

<style>
 a { background-color: #5754BB; }

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

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

border-color css

<style>
 span { border-color: #5754BB; }

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

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