Html Css Color HEX #595BB3 Rich Blue

📋 copy color: '#595BB3'

red 89 ◦ green 91 ◦ blue 179

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

Shades of Rich Blue #595BB3

Tints of Rich Blue #595BB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.86%

R = 24.79%
G = 25.35%
B = 49.86%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#595BB3 (or 0x595BB3) is known color: Rich Blue. HEX triplet: 59, 5B and B3. RGB value is (89,91,179). Sum of RGB (Red+Green+Blue) = 89+91+179=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 91 (35.94% from 255 or 25.35% from 359); Blue value is 179 (70.31% from 255 or 49.86% from 359); Max value from RGB is 179 - color contains mainly: blue. Hex color #595BB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595BB3 is #A6A44C. Grayscale: #646464. Windows color (decimal): -10921037 or 11754329. OLE color: 11754329.

HSL color Cylindrical-coordinate representation of color #595BB3: hue angle of 238.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #595BB3 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 91 179 -
CMYK 0.50 0.49 0 0.30
HSL 238.67º 0.37% 0.53% -
HSV(B) 238.67º 0.5% 0.7% -
XYZ 16 12.86 44.29 -
YUV 100.43 172.34 119.84 -
System Red Green Blue C M Y K H S L
Decimal 89 91 179 0.50 0.49 0 0.30 238.67 0.37 0.53
Hex 59 5B B3 32 31 0 1E EF 25 35
Octal 131 133 263 62 61 0 36 357 45 65
Binary 1011001 1011011 10110011 110010 110001 0 11110 11101111 100101 110101

Color Harmonies of #595BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595BB3

Black with #595BB3

Text Example


Text Example

White with #595BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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