Html Css Color HEX #595CB4 Rich Blue

📋 copy color: '#595CB4'

red 89 ◦ green 92 ◦ blue 180

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

Shades of Rich Blue #595CB4

Tints of Rich Blue #595CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 49.86%

R = 24.65%
G = 25.48%
B = 49.86%

CMYK

 C value IS 0.51

 M value IS 0.49

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#595CB4 (or 0x595CB4) is known color: Rich Blue. HEX triplet: 59, 5C and B4. RGB value is (89,92,180). Sum of RGB (Red+Green+Blue) = 89+92+180=361 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.65% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 180 (70.70% from 255 or 49.86% from 361); Max value from RGB is 180 - color contains mainly: blue. Hex color #595CB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CB4 is #A6A34B. Grayscale: #646464. Windows color (decimal): -10920780 or 11820121. OLE color: 11820121.

HSL color Cylindrical-coordinate representation of color #595CB4: hue angle of 238.02º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #595CB4 is Cyan = 0.51, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 89 92 180 -
CMYK 0.51 0.49 0 0.29
HSL 238.02º 0.38% 0.53% -
HSV(B) 238.02º 0.51% 0.71% -
XYZ 16.19 13.07 44.85 -
YUV 101.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 89 92 180 0.51 0.49 0 0.29 238.02 0.38 0.53
Hex 59 5C B4 33 31 0 1D EE 26 35
Octal 131 134 264 63 61 0 35 356 46 65
Binary 1011001 1011100 10110100 110011 110001 0 11101 11101110 100110 110101

Color Harmonies of #595CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CB4

Black with #595CB4

Text Example


Text Example

White with #595CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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