Html Css Color HEX #595CBD Rich Blue

📋 copy color: '#595CBD'

red 89 ◦ green 92 ◦ blue 189

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

Shades of Rich Blue #595CBD

Tints of Rich Blue #595CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.08%

R = 24.05%
G = 24.86%
B = 51.08%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#595CBD (or 0x595CBD) is known color: Rich Blue. HEX triplet: 59, 5C and BD. RGB value is (89,92,189). Sum of RGB (Red+Green+Blue) = 89+92+189=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 92 (36.33% from 255 or 24.86% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #595CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #595CBD is #A6A342. Grayscale: #656565. Windows color (decimal): -10920771 or 12409945. OLE color: 12409945.

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

Color convert

RGB 89 92 189 -
CMYK 0.53 0.51 0 0.26
HSL 238.2º 0.43% 0.55% -
HSV(B) 238.2º 0.53% 0.74% -
XYZ 17.13 13.45 49.84 -
YUV 102.16 177.01 118.61 -
System Red Green Blue C M Y K H S L
Decimal 89 92 189 0.53 0.51 0 0.26 238.2 0.43 0.55
Hex 59 5C BD 35 33 0 1A EE 2B 37
Octal 131 134 275 65 63 0 32 356 53 67
Binary 1011001 1011100 10111101 110101 110011 0 11010 11101110 101011 110111

Color Harmonies of #595CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595CBD

Black with #595CBD

Text Example


Text Example

White with #595CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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