Html Css Color HEX #598A8D Half Baked

📋 copy color: '#598A8D'

red 89 ◦ green 138 ◦ blue 141

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

Shades of Half Baked #598A8D

Tints of Half Baked #598A8D

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37.5%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 24.18%
G = 37.5%
B = 38.32%

CMYK

 C value IS 0.37

 M value IS 0.02

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#598A8D (or 0x598A8D) is known color: Half Baked. HEX triplet: 59, 8A and 8D. RGB value is (89,138,141). Sum of RGB (Red+Green+Blue) = 89+138+141=368 (48% of max value = 765). Red value is 89 (35.16% from 255 or 24.18% from 368); Green value is 138 (54.30% from 255 or 37.5% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #598A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #598A8D is #A67572. Grayscale: #7B7B7B. Windows color (decimal): -10909043 or 9275993. OLE color: 9275993.

HSL color Cylindrical-coordinate representation of color #598A8D: hue angle of 183.46º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #598A8D is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 89 138 141 -
CMYK 0.37 0.02 0 0.45
HSL 183.46º 0.23% 0.45% -
HSV(B) 183.46º 0.37% 0.55% -
XYZ 18.02 22.22 28.54 -
YUV 123.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 89 138 141 0.37 0.02 0 0.45 183.46 0.23 0.45
Hex 59 8A 8D 25 2 0 2D B7 17 2D
Octal 131 212 215 45 2 0 55 267 27 55
Binary 1011001 10001010 10001101 100101 10 0 101101 10110111 10111 101101

Color Harmonies of #598A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598A8D

Black with #598A8D

Text Example


Text Example

White with #598A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,138,141); }

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

background-color css

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

 a { background-color: rgb(89,138,141); }

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

border-color css

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

 span { border-color: rgb(89,138,141); }

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