Html Css Color HEX #594DBC Rich Blue

📋 copy color: '#594DBC'

red 89 ◦ green 77 ◦ blue 188

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

Shades of Rich Blue #594DBC

Tints of Rich Blue #594DBC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.75%

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

R = 25.14%
G = 21.75%
B = 53.11%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#594DBC (or 0x594DBC) is known color: Rich Blue. HEX triplet: 59, 4D and BC. RGB value is (89,77,188). Sum of RGB (Red+Green+Blue) = 89+77+188=354 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.14% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #594DBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #594DBC is #A6B243. Grayscale: #5C5C5C. Windows color (decimal): -10924612 or 12340569. OLE color: 12340569.

HSL color Cylindrical-coordinate representation of color #594DBC: hue angle of 246.49º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #594DBC is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 77 188 -
CMYK 0.53 0.59 0 0.26
HSL 246.49º 0.45% 0.52% -
HSV(B) 246.49º 0.59% 0.74% -
XYZ 15.85 11.06 48.88 -
YUV 93.24 181.48 124.97 -
System Red Green Blue C M Y K H S L
Decimal 89 77 188 0.53 0.59 0 0.26 246.49 0.45 0.52
Hex 59 4D BC 35 3B 0 1A F6 2D 34
Octal 131 115 274 65 73 0 32 366 55 64
Binary 1011001 1001101 10111100 110101 111011 0 11010 11110110 101101 110100

Color Harmonies of #594DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594DBC

Black with #594DBC

Text Example


Text Example

White with #594DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #594DBC; }

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

 H1.HeaderClassName
 {
   color: #594DBC;
 }
 .AnyTagClassName
 {
   color: #594DBC;
 }
</style>

background-color css

<style>
 a { background-color: #594DBC; }

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

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

border-color css

<style>
 span { border-color: #594DBC; }

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

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