Html Css Color HEX #53898F Half Baked

📋 copy color: '#53898F'

red 83 ◦ green 137 ◦ blue 143

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

Shades of Half Baked #53898F

Tints of Half Baked #53898F

RGB

 RED value IS 83 (32.81% from 255) = 22.87%

 GREEN value IS 137 (53.91% from 255) = 37.74%

 BLUE value IS 143 (56.25% from 255) = 39.39%

R = 22.87%
G = 37.74%
B = 39.39%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53898F (or 0x53898F) is known color: Half Baked. HEX triplet: 53, 89 and 8F. RGB value is (83,137,143). Sum of RGB (Red+Green+Blue) = 83+137+143=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 137 (53.91% from 255 or 37.74% from 363); Blue value is 143 (56.25% from 255 or 39.39% from 363); Max value from RGB is 143 - color contains mainly: blue. Hex color #53898F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53898F is #AC7670. Grayscale: #797979. Windows color (decimal): -11302513 or 9406803. OLE color: 9406803.

HSL color Cylindrical-coordinate representation of color #53898F: hue angle of 186º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53898F is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 137 143 -
CMYK 0.42 0.04 0 0.44
HSL 186º 0.27% 0.44% -
HSV(B) 186º 0.42% 0.56% -
XYZ 17.47 21.71 29.26 -
YUV 121.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 83 137 143 0.42 0.04 0 0.44 186 0.27 0.44
Hex 53 89 8F 2A 4 0 2C BA 1B 2C
Octal 123 211 217 52 4 0 54 272 33 54
Binary 1010011 10001001 10001111 101010 100 0 101100 10111010 11011 101100

Color Harmonies of #53898F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53898F

Black with #53898F

Text Example


Text Example

White with #53898F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53898F; }

 p { color: rgb(83,137,143); }

 H1.HeaderClassName
 {
   color: #53898F;
 }
 .AnyTagClassName
 {
   color: #53898F;
 }
</style>

background-color css

<style>
 a { background-color: #53898F; }

 a { background-color: rgb(83,137,143); }

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

border-color css

<style>
 span { border-color: #53898F; }

 span { border-color: rgb(83,137,143); }

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