Html Css Color HEX #5993C5 Danube

📋 copy color: '#5993C5'

red 89 ◦ green 147 ◦ blue 197

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

Shades of Danube #5993C5

Tints of Danube #5993C5

RGB

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

 GREEN value IS 147 (57.81% from 255) = 33.95%

 BLUE value IS 197 (77.34% from 255) = 45.5%

R = 20.55%
G = 33.95%
B = 45.5%

CMYK

 C value IS 0.55

 M value IS 0.25

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5993C5 (or 0x5993C5) is known color: Danube. HEX triplet: 59, 93 and C5. RGB value is (89,147,197). Sum of RGB (Red+Green+Blue) = 89+147+197=433 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.55% from 433); Green value is 147 (57.81% from 255 or 33.95% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #5993C5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5993C5 is #A66C3A. Grayscale: #878787. Windows color (decimal): -10906683 or 12948313. OLE color: 12948313.

HSL color Cylindrical-coordinate representation of color #5993C5: hue angle of 207.78º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5993C5 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 89 147 197 -
CMYK 0.55 0.25 0 0.23
HSL 207.78º 0.48% 0.56% -
HSV(B) 207.78º 0.55% 0.77% -
XYZ 24.63 27.02 56.74 -
YUV 135.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 89 147 197 0.55 0.25 0 0.23 207.78 0.48 0.56
Hex 59 93 C5 37 19 0 17 D0 30 38
Octal 131 223 305 67 31 0 27 320 60 70
Binary 1011001 10010011 11000101 110111 11001 0 10111 11010000 110000 111000

Color Harmonies of #5993C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5993C5

Black with #5993C5

Text Example


Text Example

White with #5993C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5993C5; }

 p { color: rgb(89,147,197); }

 H1.HeaderClassName
 {
   color: #5993C5;
 }
 .AnyTagClassName
 {
   color: #5993C5;
 }
</style>

background-color css

<style>
 a { background-color: #5993C5; }

 a { background-color: rgb(89,147,197); }

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

border-color css

<style>
 span { border-color: #5993C5; }

 span { border-color: rgb(89,147,197); }

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