Html Css Color HEX #53949D Half Baked

📋 copy color: '#53949D'

red 83 ◦ green 148 ◦ blue 157

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

Shades of Half Baked #53949D

Tints of Half Baked #53949D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 40.46%

R = 21.39%
G = 38.14%
B = 40.46%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#53949D (or 0x53949D) is known color: Half Baked. HEX triplet: 53, 94 and 9D. RGB value is (83,148,157). Sum of RGB (Red+Green+Blue) = 83+148+157=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 157 (61.72% from 255 or 40.46% from 388); Max value from RGB is 157 - color contains mainly: blue. Hex color #53949D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53949D is #AC6B62. Grayscale: #818181. Windows color (decimal): -11299683 or 10327123. OLE color: 10327123.

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

Color convert

RGB 83 148 157 -
CMYK 0.47 0.06 0 0.38
HSL 187.3º 0.31% 0.47% -
HSV(B) 187.3º 0.47% 0.62% -
XYZ 20.24 25.45 35.74 -
YUV 129.59 143.47 94.77 -
System Red Green Blue C M Y K H S L
Decimal 83 148 157 0.47 0.06 0 0.38 187.3 0.31 0.47
Hex 53 94 9D 2F 6 0 26 BB 1F 2F
Octal 123 224 235 57 6 0 46 273 37 57
Binary 1010011 10010100 10011101 101111 110 0 100110 10111011 11111 101111

Color Harmonies of #53949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53949D

Black with #53949D

Text Example


Text Example

White with #53949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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