Html Css Color HEX #5F55AA Rich Blue

📋 copy color: '#5F55AA'

red 95 ◦ green 85 ◦ blue 170

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

Shades of Rich Blue #5F55AA

Tints of Rich Blue #5F55AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 27.14%
G = 24.29%
B = 48.57%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F55AA (or 0x5F55AA) is known color: Rich Blue. HEX triplet: 5F, 55 and AA. RGB value is (95,85,170). Sum of RGB (Red+Green+Blue) = 95+85+170=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F55AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F55AA is #A0AA55. Grayscale: #616161. Windows color (decimal): -10529366 or 11162975. OLE color: 11162975.

HSL color Cylindrical-coordinate representation of color #5F55AA: hue angle of 247.06º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F55AA is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 85 170 -
CMYK 0.44 0.50 0 0.33
HSL 247.06º 0.33% 0.5% -
HSV(B) 247.06º 0.5% 0.67% -
XYZ 15.22 11.83 39.51 -
YUV 97.68 168.81 126.09 -
System Red Green Blue C M Y K H S L
Decimal 95 85 170 0.44 0.50 0 0.33 247.06 0.33 0.5
Hex 5F 55 AA 2C 32 0 21 F7 21 32
Octal 137 125 252 54 62 0 41 367 41 62
Binary 1011111 1010101 10101010 101100 110010 0 100001 11110111 100001 110010

Color Harmonies of #5F55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F55AA

Black with #5F55AA

Text Example


Text Example

White with #5F55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,85,170); }

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

background-color css

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

 a { background-color: rgb(95,85,170); }

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

border-color css

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

 span { border-color: rgb(95,85,170); }

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