Html Css Color HEX #5992C1 Danube

📋 copy color: '#5992C1'

red 89 ◦ green 146 ◦ blue 193

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

Shades of Danube #5992C1

Tints of Danube #5992C1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.11%

 BLUE value IS 193 (75.78% from 255) = 45.09%

R = 20.79%
G = 34.11%
B = 45.09%

CMYK

 C value IS 0.54

 M value IS 0.24

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5992C1 (or 0x5992C1) is known color: Danube. HEX triplet: 59, 92 and C1. RGB value is (89,146,193). Sum of RGB (Red+Green+Blue) = 89+146+193=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #5992C1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5992C1 is #A66D3E. Grayscale: #868686. Windows color (decimal): -10906943 or 12685913. OLE color: 12685913.

HSL color Cylindrical-coordinate representation of color #5992C1: hue angle of 207.12º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5992C1 is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 89 146 193 -
CMYK 0.54 0.24 0 0.24
HSL 207.12º 0.46% 0.55% -
HSV(B) 207.12º 0.54% 0.76% -
XYZ 24.02 26.53 54.31 -
YUV 134.32 161.12 95.68 -
System Red Green Blue C M Y K H S L
Decimal 89 146 193 0.54 0.24 0 0.24 207.12 0.46 0.55
Hex 59 92 C1 36 18 0 18 CF 2E 37
Octal 131 222 301 66 30 0 30 317 56 67
Binary 1011001 10010010 11000001 110110 11000 0 11000 11001111 101110 110111

Color Harmonies of #5992C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5992C1

Black with #5992C1

Text Example


Text Example

White with #5992C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5992C1; }

 p { color: rgb(89,146,193); }

 H1.HeaderClassName
 {
   color: #5992C1;
 }
 .AnyTagClassName
 {
   color: #5992C1;
 }
</style>

background-color css

<style>
 a { background-color: #5992C1; }

 a { background-color: rgb(89,146,193); }

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

border-color css

<style>
 span { border-color: #5992C1; }

 span { border-color: rgb(89,146,193); }

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