Html Css Color HEX #53979A Half Baked

📋 copy color: '#53979A'

red 83 ◦ green 151 ◦ blue 154

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

Shades of Half Baked #53979A

Tints of Half Baked #53979A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.92%

 BLUE value IS 154 (60.55% from 255) = 39.69%

R = 21.39%
G = 38.92%
B = 39.69%

CMYK

 C value IS 0.46

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#53979A (or 0x53979A) is known color: Half Baked. HEX triplet: 53, 97 and 9A. RGB value is (83,151,154). Sum of RGB (Red+Green+Blue) = 83+151+154=388 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.39% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 154 (60.55% from 255 or 39.69% from 388); Max value from RGB is 154 - color contains mainly: blue. Hex color #53979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53979A is #AC6865. Grayscale: #828282. Windows color (decimal): -11298918 or 10131283. OLE color: 10131283.

HSL color Cylindrical-coordinate representation of color #53979A: hue angle of 182.54º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53979A is Cyan = 0.46, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 151 154 -
CMYK 0.46 0.02 0 0.40
HSL 182.54º 0.3% 0.46% -
HSV(B) 182.54º 0.46% 0.6% -
XYZ 20.47 26.31 34.57 -
YUV 131.01 140.97 93.76 -
System Red Green Blue C M Y K H S L
Decimal 83 151 154 0.46 0.02 0 0.40 182.54 0.3 0.46
Hex 53 97 9A 2E 2 0 28 B7 1E 2E
Octal 123 227 232 56 2 0 50 267 36 56
Binary 1010011 10010111 10011010 101110 10 0 101000 10110111 11110 101110

Color Harmonies of #53979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53979A

Black with #53979A

Text Example


Text Example

White with #53979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53979A; }

 p { color: rgb(83,151,154); }

 H1.HeaderClassName
 {
   color: #53979A;
 }
 .AnyTagClassName
 {
   color: #53979A;
 }
</style>

background-color css

<style>
 a { background-color: #53979A; }

 a { background-color: rgb(83,151,154); }

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

border-color css

<style>
 span { border-color: #53979A; }

 span { border-color: rgb(83,151,154); }

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