Html Css Color HEX #53949C Half Baked

📋 copy color: '#53949C'

red 83 ◦ green 148 ◦ blue 156

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

Shades of Half Baked #53949C

Tints of Half Baked #53949C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 21.45%
G = 38.24%
B = 40.31%

CMYK

 C value IS 0.47

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53949C (or 0x53949C) is known color: Half Baked. HEX triplet: 53, 94 and 9C. RGB value is (83,148,156). Sum of RGB (Red+Green+Blue) = 83+148+156=387 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.45% from 387); Green value is 148 (58.20% from 255 or 38.24% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 156 - color contains mainly: blue. Hex color #53949C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53949C is #AC6B63. Grayscale: #818181. Windows color (decimal): -11299684 or 10261587. OLE color: 10261587.

HSL color Cylindrical-coordinate representation of color #53949C: hue angle of 186.58º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #53949C is Cyan = 0.47, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 148 156 -
CMYK 0.47 0.05 0 0.39
HSL 186.58º 0.31% 0.47% -
HSV(B) 186.58º 0.47% 0.61% -
XYZ 20.16 25.42 35.3 -
YUV 129.48 142.97 94.85 -
System Red Green Blue C M Y K H S L
Decimal 83 148 156 0.47 0.05 0 0.39 186.58 0.31 0.47
Hex 53 94 9C 2F 5 0 27 BB 1F 2F
Octal 123 224 234 57 5 0 47 273 37 57
Binary 1010011 10010100 10011100 101111 101 0 100111 10111011 11111 101111

Color Harmonies of #53949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53949C

Black with #53949C

Text Example


Text Example

White with #53949C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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