Html Css Color HEX #595FB7 Rich Blue

📋 copy color: '#595FB7'

red 89 ◦ green 95 ◦ blue 183

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

Shades of Rich Blue #595FB7

Tints of Rich Blue #595FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.86%

R = 24.25%
G = 25.89%
B = 49.86%

CMYK

 C value IS 0.51

 M value IS 0.48

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#595FB7 (or 0x595FB7) is known color: Rich Blue. HEX triplet: 59, 5F and B7. RGB value is (89,95,183). Sum of RGB (Red+Green+Blue) = 89+95+183=367 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.25% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 183 (71.88% from 255 or 49.86% from 367); Max value from RGB is 183 - color contains mainly: blue. Hex color #595FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FB7 is #A6A048. Grayscale: #666666. Windows color (decimal): -10920009 or 12017497. OLE color: 12017497.

HSL color Cylindrical-coordinate representation of color #595FB7: hue angle of 236.17º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595FB7 is Cyan = 0.51, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 89 95 183 -
CMYK 0.51 0.48 0 0.28
HSL 236.17º 0.39% 0.53% -
HSV(B) 236.17º 0.51% 0.72% -
XYZ 16.76 13.73 46.57 -
YUV 103.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 89 95 183 0.51 0.48 0 0.28 236.17 0.39 0.53
Hex 59 5F B7 33 30 0 1C EC 27 35
Octal 131 137 267 63 60 0 34 354 47 65
Binary 1011001 1011111 10110111 110011 110000 0 11100 11101100 100111 110101

Color Harmonies of #595FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FB7

Black with #595FB7

Text Example


Text Example

White with #595FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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