Html Css Color HEX #5F549C Rich Blue

📋 copy color: '#5F549C'

red 95 ◦ green 84 ◦ blue 156

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

Shades of Rich Blue #5F549C

Tints of Rich Blue #5F549C

RGB

 RED value IS 95 (37.5% from 255) = 28.36%

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

 BLUE value IS 156 (61.33% from 255) = 46.57%

R = 28.36%
G = 25.07%
B = 46.57%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5F549C (or 0x5F549C) is known color: Rich Blue. HEX triplet: 5F, 54 and 9C. RGB value is (95,84,156). Sum of RGB (Red+Green+Blue) = 95+84+156=335 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.36% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #5F549C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F549C is #A0AB63. Grayscale: #5F5F5F. Windows color (decimal): -10529636 or 10245215. OLE color: 10245215.

HSL color Cylindrical-coordinate representation of color #5F549C: hue angle of 249.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5F549C is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 95 84 156 -
CMYK 0.39 0.46 0 0.39
HSL 249.17º 0.3% 0.47% -
HSV(B) 249.17º 0.46% 0.61% -
XYZ 13.89 11.17 32.88 -
YUV 95.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 95 84 156 0.39 0.46 0 0.39 249.17 0.3 0.47
Hex 5F 54 9C 27 2E 0 27 F9 1E 2F
Octal 137 124 234 47 56 0 47 371 36 57
Binary 1011111 1010100 10011100 100111 101110 0 100111 11111001 11110 101111

Color Harmonies of #5F549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F549C

Black with #5F549C

Text Example


Text Example

White with #5F549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F549C; }

 p { color: rgb(95,84,156); }

 H1.HeaderClassName
 {
   color: #5F549C;
 }
 .AnyTagClassName
 {
   color: #5F549C;
 }
</style>

background-color css

<style>
 a { background-color: #5F549C; }

 a { background-color: rgb(95,84,156); }

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

border-color css

<style>
 span { border-color: #5F549C; }

 span { border-color: rgb(95,84,156); }

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