Html Css Color HEX #594CBB Rich Blue

📋 copy color: '#594CBB'

red 89 ◦ green 76 ◦ blue 187

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

Shades of Rich Blue #594CBB

Tints of Rich Blue #594CBB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.59%

 BLUE value IS 187 (73.44% from 255) = 53.13%

R = 25.28%
G = 21.59%
B = 53.13%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#594CBB (or 0x594CBB) is known color: Rich Blue. HEX triplet: 59, 4C and BB. RGB value is (89,76,187). Sum of RGB (Red+Green+Blue) = 89+76+187=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 76 (30.08% from 255 or 21.59% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #594CBB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CBB is #A6B344. Grayscale: #5C5C5C. Windows color (decimal): -10924869 or 12274777. OLE color: 12274777.

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

Color convert

RGB 89 76 187 -
CMYK 0.52 0.59 0 0.27
HSL 247.03º 0.45% 0.52% -
HSV(B) 247.03º 0.59% 0.73% -
XYZ 15.67 10.88 48.29 -
YUV 92.54 181.31 125.47 -
System Red Green Blue C M Y K H S L
Decimal 89 76 187 0.52 0.59 0 0.27 247.03 0.45 0.52
Hex 59 4C BB 34 3B 0 1B F7 2D 34
Octal 131 114 273 64 73 0 33 367 55 64
Binary 1011001 1001100 10111011 110100 111011 0 11011 11110111 101101 110100

Color Harmonies of #594CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594CBB

Black with #594CBB

Text Example


Text Example

White with #594CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,76,187); }

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

background-color css

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

 a { background-color: rgb(89,76,187); }

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

border-color css

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

 span { border-color: rgb(89,76,187); }

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