Html Css Color HEX #53908C Half Baked

📋 copy color: '#53908C'

red 83 ◦ green 144 ◦ blue 140

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

Shades of Half Baked #53908C

Tints of Half Baked #53908C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.24%

 BLUE value IS 140 (55.08% from 255) = 38.15%

R = 22.62%
G = 39.24%
B = 38.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#53908C (or 0x53908C) is known color: Half Baked. HEX triplet: 53, 90 and 8C. RGB value is (83,144,140). Sum of RGB (Red+Green+Blue) = 83+144+140=367 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.62% from 367); Green value is 144 (56.64% from 255 or 39.24% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 144 - color contains mainly: green. Hex color #53908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53908C is #AC6F73. Grayscale: #7D7D7D. Windows color (decimal): -11300724 or 9211987. OLE color: 9211987.

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

Color convert

RGB 83 144 140 -
CMYK 0.42 0 0.03 0.44
HSL 176.07º 0.27% 0.45% -
HSV(B) 176.07º 0.42% 0.56% -
XYZ 18.27 23.68 28.42 -
YUV 125.31 136.29 97.83 -
System Red Green Blue C M Y K H S L
Decimal 83 144 140 0.42 0 0.03 0.44 176.07 0.27 0.45
Hex 53 90 8C 2A 0 3 2C B0 1B 2D
Octal 123 220 214 52 0 3 54 260 33 55
Binary 1010011 10010000 10001100 101010 0 11 101100 10110000 11011 101101

Color Harmonies of #53908C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53908C

Black with #53908C

Text Example


Text Example

White with #53908C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53908C; }

 p { color: rgb(83,144,140); }

 H1.HeaderClassName
 {
   color: #53908C;
 }
 .AnyTagClassName
 {
   color: #53908C;
 }
</style>

background-color css

<style>
 a { background-color: #53908C; }

 a { background-color: rgb(83,144,140); }

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

border-color css

<style>
 span { border-color: #53908C; }

 span { border-color: rgb(83,144,140); }

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