Html Css Color HEX #5F56AA Rich Blue

📋 copy color: '#5F56AA'

red 95 ◦ green 86 ◦ blue 170

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

Shades of Rich Blue #5F56AA

Tints of Rich Blue #5F56AA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.5%

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

R = 27.07%
G = 24.5%
B = 48.43%

CMYK

 C value IS 0.44

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F56AA (or 0x5F56AA) is known color: Rich Blue. HEX triplet: 5F, 56 and AA. RGB value is (95,86,170). Sum of RGB (Red+Green+Blue) = 95+86+170=351 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.07% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F56AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F56AA is #A0A955. Grayscale: #616161. Windows color (decimal): -10529110 or 11163231. OLE color: 11163231.

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

Color convert

RGB 95 86 170 -
CMYK 0.44 0.49 0 0.33
HSL 246.43º 0.33% 0.5% -
HSV(B) 246.43º 0.49% 0.67% -
XYZ 15.3 11.99 39.54 -
YUV 98.27 168.48 125.67 -
System Red Green Blue C M Y K H S L
Decimal 95 86 170 0.44 0.49 0 0.33 246.43 0.33 0.5
Hex 5F 56 AA 2C 31 0 21 F6 21 32
Octal 137 126 252 54 61 0 41 366 41 62
Binary 1011111 1010110 10101010 101100 110001 0 100001 11110110 100001 110010

Color Harmonies of #5F56AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F56AA

Black with #5F56AA

Text Example


Text Example

White with #5F56AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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