Html Css Color HEX #595FA5 Rich Blue

📋 copy color: '#595FA5'

red 89 ◦ green 95 ◦ blue 165

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

Shades of Rich Blue #595FA5

Tints of Rich Blue #595FA5

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.22%

 BLUE value IS 165 (64.84% from 255) = 47.28%

R = 25.5%
G = 27.22%
B = 47.28%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#595FA5 (or 0x595FA5) is known color: Rich Blue. HEX triplet: 59, 5F and A5. RGB value is (89,95,165). Sum of RGB (Red+Green+Blue) = 89+95+165=349 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.50% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 165 (64.84% from 255 or 47.28% from 349); Max value from RGB is 165 - color contains mainly: blue. Hex color #595FA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #595FA5 is #A6A05A. Grayscale: #646464. Windows color (decimal): -10920027 or 10837849. OLE color: 10837849.

HSL color Cylindrical-coordinate representation of color #595FA5: hue angle of 235.26º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #595FA5 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 89 95 165 -
CMYK 0.46 0.42 0 0.35
HSL 235.26º 0.3% 0.5% -
HSV(B) 235.26º 0.46% 0.65% -
XYZ 15 13.02 37.32 -
YUV 101.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 89 95 165 0.46 0.42 0 0.35 235.26 0.3 0.5
Hex 59 5F A5 2E 2A 0 23 EB 1E 32
Octal 131 137 245 56 52 0 43 353 36 62
Binary 1011001 1011111 10100101 101110 101010 0 100011 11101011 11110 110010

Color Harmonies of #595FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FA5

Black with #595FA5

Text Example


Text Example

White with #595FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595FA5; }

 p { color: rgb(89,95,165); }

 H1.HeaderClassName
 {
   color: #595FA5;
 }
 .AnyTagClassName
 {
   color: #595FA5;
 }
</style>

background-color css

<style>
 a { background-color: #595FA5; }

 a { background-color: rgb(89,95,165); }

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

border-color css

<style>
 span { border-color: #595FA5; }

 span { border-color: rgb(89,95,165); }

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