Html Css Color HEX #5F56AC Rich Blue

📋 copy color: '#5F56AC'

red 95 ◦ green 86 ◦ blue 172

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

Shades of Rich Blue #5F56AC

Tints of Rich Blue #5F56AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.73%

R = 26.91%
G = 24.36%
B = 48.73%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F56AC (or 0x5F56AC) is known color: Rich Blue. HEX triplet: 5F, 56 and AC. RGB value is (95,86,172). Sum of RGB (Red+Green+Blue) = 95+86+172=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F56AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F56AC is #A0A953. Grayscale: #626262. Windows color (decimal): -10529108 or 11294303. OLE color: 11294303.

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

Color convert

RGB 95 86 172 -
CMYK 0.45 0.5 0 0.33
HSL 246.28º 0.34% 0.51% -
HSV(B) 246.28º 0.5% 0.67% -
XYZ 15.49 12.07 40.54 -
YUV 98.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 95 86 172 0.45 0.5 0 0.33 246.28 0.34 0.51
Hex 5F 56 AC 2D 32 0 21 F6 22 33
Octal 137 126 254 55 62 0 41 366 42 63
Binary 1011111 1010110 10101100 101101 110010 0 100001 11110110 100010 110011

Color Harmonies of #5F56AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F56AC

Black with #5F56AC

Text Example


Text Example

White with #5F56AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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