Html Css Color HEX #595BBF Rich Blue

📋 copy color: '#595BBF'

red 89 ◦ green 91 ◦ blue 191

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

Shades of Rich Blue #595BBF

Tints of Rich Blue #595BBF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.53%

 BLUE value IS 191 (75% from 255) = 51.48%

R = 23.99%
G = 24.53%
B = 51.48%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#595BBF (or 0x595BBF) is known color: Rich Blue. HEX triplet: 59, 5B and BF. RGB value is (89,91,191). Sum of RGB (Red+Green+Blue) = 89+91+191=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #595BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BBF is #A6A440. Grayscale: #656565. Windows color (decimal): -10921025 or 12540761. OLE color: 12540761.

HSL color Cylindrical-coordinate representation of color #595BBF: hue angle of 238.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #595BBF is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 91 191 -
CMYK 0.53 0.52 0 0.25
HSL 238.82º 0.44% 0.55% -
HSV(B) 238.82º 0.53% 0.75% -
XYZ 17.26 13.37 50.96 -
YUV 101.8 178.34 118.87 -
System Red Green Blue C M Y K H S L
Decimal 89 91 191 0.53 0.52 0 0.25 238.82 0.44 0.55
Hex 59 5B BF 35 34 0 19 EF 2C 37
Octal 131 133 277 65 64 0 31 357 54 67
Binary 1011001 1011011 10111111 110101 110100 0 11001 11101111 101100 110111

Color Harmonies of #595BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BBF

Black with #595BBF

Text Example


Text Example

White with #595BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,91,191); }

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

background-color css

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

 a { background-color: rgb(89,91,191); }

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

border-color css

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

 span { border-color: rgb(89,91,191); }

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