Html Css Color HEX #595FBC Rich Blue

📋 copy color: '#595FBC'

red 89 ◦ green 95 ◦ blue 188

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

Shades of Rich Blue #595FBC

Tints of Rich Blue #595FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.54%

R = 23.92%
G = 25.54%
B = 50.54%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#595FBC (or 0x595FBC) is known color: Rich Blue. HEX triplet: 59, 5F and BC. RGB value is (89,95,188). Sum of RGB (Red+Green+Blue) = 89+95+188=372 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.92% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 188 (73.83% from 255 or 50.54% from 372); Max value from RGB is 188 - color contains mainly: blue. Hex color #595FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595FBC is #A6A043. Grayscale: #676767. Windows color (decimal): -10920004 or 12345177. OLE color: 12345177.

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

Color convert

RGB 89 95 188 -
CMYK 0.53 0.49 0 0.26
HSL 236.36º 0.42% 0.54% -
HSV(B) 236.36º 0.53% 0.74% -
XYZ 17.29 13.94 49.36 -
YUV 103.81 175.51 117.44 -
System Red Green Blue C M Y K H S L
Decimal 89 95 188 0.53 0.49 0 0.26 236.36 0.42 0.54
Hex 59 5F BC 35 31 0 1A EC 2A 36
Octal 131 137 274 65 61 0 32 354 52 66
Binary 1011001 1011111 10111100 110101 110001 0 11010 11101100 101010 110110

Color Harmonies of #595FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595FBC

Black with #595FBC

Text Example


Text Example

White with #595FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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