Html Css Color HEX #594CBA Rich Blue

📋 copy color: '#594CBA'

red 89 ◦ green 76 ◦ blue 186

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

Shades of Rich Blue #594CBA

Tints of Rich Blue #594CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 52.99%

R = 25.36%
G = 21.65%
B = 52.99%

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

#594CBA (or 0x594CBA) is known color: Rich Blue. HEX triplet: 59, 4C and BA. RGB value is (89,76,186). Sum of RGB (Red+Green+Blue) = 89+76+186=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #594CBA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CBA is #A6B345. Grayscale: #5C5C5C. Windows color (decimal): -10924870 or 12209241. OLE color: 12209241.

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

Color convert

RGB 89 76 186 -
CMYK 0.52 0.59 0 0.27
HSL 247.09º 0.44% 0.51% -
HSV(B) 247.09º 0.59% 0.73% -
XYZ 15.57 10.84 47.73 -
YUV 92.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 89 76 186 0.52 0.59 0 0.27 247.09 0.44 0.51
Hex 59 4C BA 34 3B 0 1B F7 2C 33
Octal 131 114 272 64 73 0 33 367 54 63
Binary 1011001 1001100 10111010 110100 111011 0 11011 11110111 101100 110011

Color Harmonies of #594CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594CBA

Black with #594CBA

Text Example


Text Example

White with #594CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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