Html Css Color HEX #53968F Half Baked

📋 copy color: '#53968F'

red 83 ◦ green 150 ◦ blue 143

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

Shades of Half Baked #53968F

Tints of Half Baked #53968F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.89%

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

R = 22.07%
G = 39.89%
B = 38.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.41

RGB Variations

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

Color information

#53968F (or 0x53968F) is known color: Half Baked. HEX triplet: 53, 96 and 8F. RGB value is (83,150,143). Sum of RGB (Red+Green+Blue) = 83+150+143=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 143 (56.25% from 255 or 38.03% from 376); Max value from RGB is 150 - color contains mainly: green. Hex color #53968F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53968F is #AC6970. Grayscale: #818181. Windows color (decimal): -11299185 or 9410131. OLE color: 9410131.

HSL color Cylindrical-coordinate representation of color #53968F: hue angle of 173.73º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53968F is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 150 143 -
CMYK 0.45 0 0.05 0.41
HSL 173.73º 0.29% 0.46% -
HSV(B) 173.73º 0.45% 0.59% -
XYZ 19.43 25.63 29.91 -
YUV 129.17 135.8 95.07 -
System Red Green Blue C M Y K H S L
Decimal 83 150 143 0.45 0 0.05 0.41 173.73 0.29 0.46
Hex 53 96 8F 2D 0 5 29 AE 1D 2E
Octal 123 226 217 55 0 5 51 256 35 56
Binary 1010011 10010110 10001111 101101 0 101 101001 10101110 11101 101110

Color Harmonies of #53968F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53968F

Black with #53968F

Text Example


Text Example

White with #53968F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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