Html Css Color HEX #5F56AB Rich Blue

📋 copy color: '#5F56AB'

red 95 ◦ green 86 ◦ blue 171

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

Shades of Rich Blue #5F56AB

Tints of Rich Blue #5F56AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 48.58%

R = 26.99%
G = 24.43%
B = 48.58%

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

#5F56AB (or 0x5F56AB) is known color: Rich Blue. HEX triplet: 5F, 56 and AB. RGB value is (95,86,171). Sum of RGB (Red+Green+Blue) = 95+86+171=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #5F56AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F56AB is #A0A954. Grayscale: #626262. Windows color (decimal): -10529109 or 11228767. OLE color: 11228767.

HSL color Cylindrical-coordinate representation of color #5F56AB: hue angle of 246.35º degrees, saturation: 0.34, 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 #5F56AB is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 86 171 -
CMYK 0.44 0.50 0 0.33
HSL 246.35º 0.34% 0.5% -
HSV(B) 246.35º 0.5% 0.67% -
XYZ 15.4 12.03 40.04 -
YUV 98.38 168.98 125.59 -
System Red Green Blue C M Y K H S L
Decimal 95 86 171 0.44 0.50 0 0.33 246.35 0.34 0.5
Hex 5F 56 AB 2C 32 0 21 F6 22 32
Octal 137 126 253 54 62 0 41 366 42 62
Binary 1011111 1010110 10101011 101100 110010 0 100001 11110110 100010 110010

Color Harmonies of #5F56AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F56AB

Black with #5F56AB

Text Example


Text Example

White with #5F56AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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