Html Css Color HEX #53888E Half Baked

📋 copy color: '#53888E'

red 83 ◦ green 136 ◦ blue 142

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

Shades of Half Baked #53888E

Tints of Half Baked #53888E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.67%

 BLUE value IS 142 (55.86% from 255) = 39.34%

R = 22.99%
G = 37.67%
B = 39.34%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53888E (or 0x53888E) is known color: Half Baked. HEX triplet: 53, 88 and 8E. RGB value is (83,136,142). Sum of RGB (Red+Green+Blue) = 83+136+142=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 136 (53.52% from 255 or 37.67% from 361); Blue value is 142 (55.86% from 255 or 39.34% from 361); Max value from RGB is 142 - color contains mainly: blue. Hex color #53888E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53888E is #AC7771. Grayscale: #787878. Windows color (decimal): -11302770 or 9341011. OLE color: 9341011.

HSL color Cylindrical-coordinate representation of color #53888E: hue angle of 186.1º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53888E is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 136 142 -
CMYK 0.42 0.04 0 0.44
HSL 186.1º 0.26% 0.44% -
HSV(B) 186.1º 0.42% 0.56% -
XYZ 17.25 21.4 28.81 -
YUV 120.84 139.94 101.01 -
System Red Green Blue C M Y K H S L
Decimal 83 136 142 0.42 0.04 0 0.44 186.1 0.26 0.44
Hex 53 88 8E 2A 4 0 2C BA 1A 2C
Octal 123 210 216 52 4 0 54 272 32 54
Binary 1010011 10001000 10001110 101010 100 0 101100 10111010 11010 101100

Color Harmonies of #53888E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53888E

Black with #53888E

Text Example


Text Example

White with #53888E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53888E; }

 p { color: rgb(83,136,142); }

 H1.HeaderClassName
 {
   color: #53888E;
 }
 .AnyTagClassName
 {
   color: #53888E;
 }
</style>

background-color css

<style>
 a { background-color: #53888E; }

 a { background-color: rgb(83,136,142); }

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

border-color css

<style>
 span { border-color: #53888E; }

 span { border-color: rgb(83,136,142); }

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