Html Css Color HEX #53948F Half Baked

📋 copy color: '#53948F'

red 83 ◦ green 148 ◦ blue 143

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

Shades of Half Baked #53948F

Tints of Half Baked #53948F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 39.57%

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

R = 22.19%
G = 39.57%
B = 38.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#53948F (or 0x53948F) is known color: Half Baked. HEX triplet: 53, 94 and 8F. RGB value is (83,148,143). Sum of RGB (Red+Green+Blue) = 83+148+143=374 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.19% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #53948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53948F is #AC6B70. Grayscale: #7F7F7F. Windows color (decimal): -11299697 or 9409619. OLE color: 9409619.

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

Color convert

RGB 83 148 143 -
CMYK 0.44 0 0.03 0.42
HSL 175.38º 0.28% 0.45% -
HSV(B) 175.38º 0.44% 0.58% -
XYZ 19.12 25 29.81 -
YUV 128 136.47 95.91 -
System Red Green Blue C M Y K H S L
Decimal 83 148 143 0.44 0 0.03 0.42 175.38 0.28 0.45
Hex 53 94 8F 2C 0 3 2A AF 1C 2D
Octal 123 224 217 54 0 3 52 257 34 55
Binary 1010011 10010100 10001111 101100 0 11 101010 10101111 11100 101101

Color Harmonies of #53948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53948F

Black with #53948F

Text Example


Text Example

White with #53948F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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