Html Css Color HEX #594CBE Rich Blue

📋 copy color: '#594CBE'

red 89 ◦ green 76 ◦ blue 190

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

Shades of Rich Blue #594CBE

Tints of Rich Blue #594CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.52%

R = 25.07%
G = 21.41%
B = 53.52%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#594CBE (or 0x594CBE) is known color: Rich Blue. HEX triplet: 59, 4C and BE. RGB value is (89,76,190). Sum of RGB (Red+Green+Blue) = 89+76+190=355 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25.07% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 190 (74.61% from 255 or 53.52% from 355); Max value from RGB is 190 - color contains mainly: blue. Hex color #594CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #594CBE is #A6B341. Grayscale: #5C5C5C. Windows color (decimal): -10924866 or 12471385. OLE color: 12471385.

HSL color Cylindrical-coordinate representation of color #594CBE: hue angle of 246.84º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #594CBE is Cyan = 0.53, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 76 190 -
CMYK 0.53 0.60 0 0.25
HSL 246.84º 0.47% 0.52% -
HSV(B) 246.84º 0.6% 0.75% -
XYZ 16 11.01 50 -
YUV 92.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 89 76 190 0.53 0.60 0 0.25 246.84 0.47 0.52
Hex 59 4C BE 35 3C 0 19 F7 2F 34
Octal 131 114 276 65 74 0 31 367 57 64
Binary 1011001 1001100 10111110 110101 111100 0 11001 11110111 101111 110100

Color Harmonies of #594CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #594CBE

Black with #594CBE

Text Example


Text Example

White with #594CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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