Html Css Color HEX #598BCA Danube

📋 copy color: '#598BCA'

red 89 ◦ green 139 ◦ blue 202

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

Shades of Danube #598BCA

Tints of Danube #598BCA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.33%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 20.7%
G = 32.33%
B = 46.98%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#598BCA (or 0x598BCA) is known color: Danube. HEX triplet: 59, 8B and CA. RGB value is (89,139,202). Sum of RGB (Red+Green+Blue) = 89+139+202=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 139 (54.69% from 255 or 32.33% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 202 - color contains mainly: blue. Hex color #598BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598BCA is #A67435. Grayscale: #828282. Windows color (decimal): -10908726 or 13273945. OLE color: 13273945.

HSL color Cylindrical-coordinate representation of color #598BCA: hue angle of 213.45º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #598BCA is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 89 139 202 -
CMYK 0.56 0.31 0 0.21
HSL 213.45º 0.52% 0.57% -
HSV(B) 213.45º 0.56% 0.79% -
XYZ 24.01 24.85 59.41 -
YUV 131.23 167.94 97.88 -
System Red Green Blue C M Y K H S L
Decimal 89 139 202 0.56 0.31 0 0.21 213.45 0.52 0.57
Hex 59 8B CA 38 1F 0 15 D5 34 39
Octal 131 213 312 70 37 0 25 325 64 71
Binary 1011001 10001011 11001010 111000 11111 0 10101 11010101 110100 111001

Color Harmonies of #598BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598BCA

Black with #598BCA

Text Example


Text Example

White with #598BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #598BCA; }

 p { color: rgb(89,139,202); }

 H1.HeaderClassName
 {
   color: #598BCA;
 }
 .AnyTagClassName
 {
   color: #598BCA;
 }
</style>

background-color css

<style>
 a { background-color: #598BCA; }

 a { background-color: rgb(89,139,202); }

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

border-color css

<style>
 span { border-color: #598BCA; }

 span { border-color: rgb(89,139,202); }

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