Html Css Color HEX #53898A Half Baked

📋 copy color: '#53898A'

red 83 ◦ green 137 ◦ blue 138

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

Shades of Half Baked #53898A

Tints of Half Baked #53898A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.55%

R = 23.18%
G = 38.27%
B = 38.55%

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#53898A (or 0x53898A) is known color: Half Baked. HEX triplet: 53, 89 and 8A. RGB value is (83,137,138). Sum of RGB (Red+Green+Blue) = 83+137+138=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 138 - color contains mainly: blue. Hex color #53898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53898A is #AC7675. Grayscale: #787878. Windows color (decimal): -11302518 or 9079123. OLE color: 9079123.

HSL color Cylindrical-coordinate representation of color #53898A: hue angle of 181.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53898A is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 137 138 -
CMYK 0.40 0.01 0 0.46
HSL 181.09º 0.25% 0.43% -
HSV(B) 181.09º 0.4% 0.54% -
XYZ 17.1 21.57 27.31 -
YUV 120.97 137.61 100.92 -
System Red Green Blue C M Y K H S L
Decimal 83 137 138 0.40 0.01 0 0.46 181.09 0.25 0.43
Hex 53 89 8A 28 1 0 2E B5 19 2B
Octal 123 211 212 50 1 0 56 265 31 53
Binary 1010011 10001001 10001010 101000 1 0 101110 10110101 11001 101011

Color Harmonies of #53898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53898A

Black with #53898A

Text Example


Text Example

White with #53898A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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