Html Css Color HEX #595FBB Rich Blue

📋 copy color: '#595FBB'

red 89 ◦ green 95 ◦ blue 187

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

Shades of Rich Blue #595FBB

Tints of Rich Blue #595FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.4%

R = 23.99%
G = 25.61%
B = 50.4%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#595FBB (or 0x595FBB) is known color: Rich Blue. HEX triplet: 59, 5F and BB. RGB value is (89,95,187). Sum of RGB (Red+Green+Blue) = 89+95+187=371 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.99% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 187 (73.44% from 255 or 50.40% from 371); Max value from RGB is 187 - color contains mainly: blue. Hex color #595FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FBB is #A6A044. Grayscale: #676767. Windows color (decimal): -10920005 or 12279641. OLE color: 12279641.

HSL color Cylindrical-coordinate representation of color #595FBB: hue angle of 236.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #595FBB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 95 187 -
CMYK 0.52 0.49 0 0.27
HSL 236.33º 0.42% 0.54% -
HSV(B) 236.33º 0.52% 0.73% -
XYZ 17.18 13.9 48.79 -
YUV 103.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 89 95 187 0.52 0.49 0 0.27 236.33 0.42 0.54
Hex 59 5F BB 34 31 0 1B EC 2A 36
Octal 131 137 273 64 61 0 33 354 52 66
Binary 1011001 1011111 10111011 110100 110001 0 11011 11101100 101010 110110

Color Harmonies of #595FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FBB

Black with #595FBB

Text Example


Text Example

White with #595FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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