Html Css Color HEX #5754C0 Rich Blue

📋 copy color: '#5754C0'

red 87 ◦ green 84 ◦ blue 192

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

Shades of Rich Blue #5754C0

Tints of Rich Blue #5754C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 52.89%

R = 23.97%
G = 23.14%
B = 52.89%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5754C0 (or 0x5754C0) is known color: Rich Blue. HEX triplet: 57, 54 and C0. RGB value is (87,84,192). Sum of RGB (Red+Green+Blue) = 87+84+192=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 84 (33.20% from 255 or 23.14% from 363); Blue value is 192 (75.39% from 255 or 52.89% from 363); Max value from RGB is 192 - color contains mainly: blue. Hex color #5754C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5754C0 is #A8AB3F. Grayscale: #606060. Windows color (decimal): -11053888 or 12604503. OLE color: 12604503.

HSL color Cylindrical-coordinate representation of color #5754C0: hue angle of 241.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5754C0 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 84 192 -
CMYK 0.55 0.56 0 0.25
HSL 241.67º 0.46% 0.54% -
HSV(B) 241.67º 0.56% 0.75% -
XYZ 16.62 12.17 51.34 -
YUV 97.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 87 84 192 0.55 0.56 0 0.25 241.67 0.46 0.54
Hex 57 54 C0 37 38 0 19 F2 2E 36
Octal 127 124 300 67 70 0 31 362 56 66
Binary 1010111 1010100 11000000 110111 111000 0 11001 11110010 101110 110110

Color Harmonies of #5754C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5754C0

Black with #5754C0

Text Example


Text Example

White with #5754C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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