Html Css Color HEX #53908D Half Baked

📋 copy color: '#53908D'

red 83 ◦ green 144 ◦ blue 141

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

Shades of Half Baked #53908D

Tints of Half Baked #53908D

RGB

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

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

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

R = 22.55%
G = 39.13%
B = 38.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#53908D (or 0x53908D) is known color: Half Baked. HEX triplet: 53, 90 and 8D. RGB value is (83,144,141). Sum of RGB (Red+Green+Blue) = 83+144+141=368 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.55% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 144 - color contains mainly: green. Hex color #53908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53908D is #AC6F72. Grayscale: #7D7D7D. Windows color (decimal): -11300723 or 9277523. OLE color: 9277523.

HSL color Cylindrical-coordinate representation of color #53908D: hue angle of 177.05º 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 #53908D is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 144 141 -
CMYK 0.42 0 0.02 0.44
HSL 177.05º 0.27% 0.45% -
HSV(B) 177.05º 0.42% 0.56% -
XYZ 18.35 23.71 28.81 -
YUV 125.42 136.79 97.74 -
System Red Green Blue C M Y K H S L
Decimal 83 144 141 0.42 0 0.02 0.44 177.05 0.27 0.45
Hex 53 90 8D 2A 0 2 2C B1 1B 2D
Octal 123 220 215 52 0 2 54 261 33 55
Binary 1010011 10010000 10001101 101010 0 10 101100 10110001 11011 101101

Color Harmonies of #53908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53908D

Black with #53908D

Text Example


Text Example

White with #53908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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