Html Css Color HEX #5F55AC Rich Blue

📋 copy color: '#5F55AC'

red 95 ◦ green 85 ◦ blue 172

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

Shades of Rich Blue #5F55AC

Tints of Rich Blue #5F55AC

RGB

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

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

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

R = 26.99%
G = 24.15%
B = 48.86%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F55AC (or 0x5F55AC) is known color: Rich Blue. HEX triplet: 5F, 55 and AC. RGB value is (95,85,172). Sum of RGB (Red+Green+Blue) = 95+85+172=352 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.99% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F55AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F55AC is #A0AA53. Grayscale: #616161. Windows color (decimal): -10529364 or 11294047. OLE color: 11294047.

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

Color convert

RGB 95 85 172 -
CMYK 0.45 0.51 0 0.33
HSL 246.9º 0.34% 0.5% -
HSV(B) 246.9º 0.51% 0.67% -
XYZ 15.41 11.91 40.52 -
YUV 97.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 95 85 172 0.45 0.51 0 0.33 246.9 0.34 0.5
Hex 5F 55 AC 2D 33 0 21 F7 22 32
Octal 137 125 254 55 63 0 41 367 42 62
Binary 1011111 1010101 10101100 101101 110011 0 100001 11110111 100010 110010

Color Harmonies of #5F55AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F55AC

Black with #5F55AC

Text Example


Text Example

White with #5F55AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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