Html Css Color HEX #5956A8 Rich Blue

📋 copy color: '#5956A8'

red 89 ◦ green 86 ◦ blue 168

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

Shades of Rich Blue #5956A8

Tints of Rich Blue #5956A8

RGB

 RED value IS 89 (35.16% from 255) = 25.95%

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

 BLUE value IS 168 (66.02% from 255) = 48.98%

R = 25.95%
G = 25.07%
B = 48.98%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#5956A8 (or 0x5956A8) is known color: Rich Blue. HEX triplet: 59, 56 and A8. RGB value is (89,86,168). Sum of RGB (Red+Green+Blue) = 89+86+168=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 168 (66.02% from 255 or 48.98% from 343); Max value from RGB is 168 - color contains mainly: blue. Hex color #5956A8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5956A8 is #A6A957. Grayscale: #5F5F5F. Windows color (decimal): -10922328 or 11032153. OLE color: 11032153.

HSL color Cylindrical-coordinate representation of color #5956A8: hue angle of 242.2º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5956A8 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 89 86 168 -
CMYK 0.47 0.49 0 0.34
HSL 242.2º 0.32% 0.5% -
HSV(B) 242.2º 0.49% 0.66% -
XYZ 14.52 11.61 38.52 -
YUV 96.25 168.49 122.83 -
System Red Green Blue C M Y K H S L
Decimal 89 86 168 0.47 0.49 0 0.34 242.2 0.32 0.5
Hex 59 56 A8 2F 31 0 22 F2 20 32
Octal 131 126 250 57 61 0 42 362 40 62
Binary 1011001 1010110 10101000 101111 110001 0 100010 11110010 100000 110010

Color Harmonies of #5956A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5956A8

Black with #5956A8

Text Example


Text Example

White with #5956A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5956A8; }

 p { color: rgb(89,86,168); }

 H1.HeaderClassName
 {
   color: #5956A8;
 }
 .AnyTagClassName
 {
   color: #5956A8;
 }
</style>

background-color css

<style>
 a { background-color: #5956A8; }

 a { background-color: rgb(89,86,168); }

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

border-color css

<style>
 span { border-color: #5956A8; }

 span { border-color: rgb(89,86,168); }

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