Html Css Color HEX #595CB3 Rich Blue

📋 copy color: '#595CB3'

red 89 ◦ green 92 ◦ blue 179

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

Shades of Rich Blue #595CB3

Tints of Rich Blue #595CB3

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.56%

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

R = 24.72%
G = 25.56%
B = 49.72%

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

#595CB3 (or 0x595CB3) is known color: Rich Blue. HEX triplet: 59, 5C and B3. RGB value is (89,92,179). Sum of RGB (Red+Green+Blue) = 89+92+179=360 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.72% from 360); Green value is 92 (36.33% from 255 or 25.56% from 360); Blue value is 179 (70.31% from 255 or 49.72% from 360); Max value from RGB is 179 - color contains mainly: blue. Hex color #595CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CB3 is #A6A34C. Grayscale: #646464. Windows color (decimal): -10920781 or 11754585. OLE color: 11754585.

HSL color Cylindrical-coordinate representation of color #595CB3: hue angle of 238º 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 #595CB3 is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 92 179 -
CMYK 0.50 0.49 0 0.30
HSL 238º 0.37% 0.53% -
HSV(B) 238º 0.5% 0.7% -
XYZ 16.08 13.03 44.32 -
YUV 101.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 89 92 179 0.50 0.49 0 0.30 238 0.37 0.53
Hex 59 5C B3 32 31 0 1E EE 25 35
Octal 131 134 263 62 61 0 36 356 45 65
Binary 1011001 1011100 10110011 110010 110001 0 11110 11101110 100101 110101

Color Harmonies of #595CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CB3

Black with #595CB3

Text Example


Text Example

White with #595CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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