Html Css Color HEX #53868C Half Baked

📋 copy color: '#53868C'

red 83 ◦ green 134 ◦ blue 140

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

Shades of Half Baked #53868C

Tints of Half Baked #53868C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.54%

 BLUE value IS 140 (55.08% from 255) = 39.22%

R = 23.25%
G = 37.54%
B = 39.22%

CMYK

 C value IS 0.41

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53868C (or 0x53868C) is known color: Half Baked. HEX triplet: 53, 86 and 8C. RGB value is (83,134,140). Sum of RGB (Red+Green+Blue) = 83+134+140=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #53868C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53868C is #AC7973. Grayscale: #777777. Windows color (decimal): -11303284 or 9209427. OLE color: 9209427.

HSL color Cylindrical-coordinate representation of color #53868C: hue angle of 186.32º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53868C is Cyan = 0.41, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 134 140 -
CMYK 0.41 0.04 0 0.45
HSL 186.32º 0.26% 0.44% -
HSV(B) 186.32º 0.41% 0.55% -
XYZ 16.83 20.78 27.94 -
YUV 119.44 139.6 102.01 -
System Red Green Blue C M Y K H S L
Decimal 83 134 140 0.41 0.04 0 0.45 186.32 0.26 0.44
Hex 53 86 8C 29 4 0 2D BA 1A 2C
Octal 123 206 214 51 4 0 55 272 32 54
Binary 1010011 10000110 10001100 101001 100 0 101101 10111010 11010 101100

Color Harmonies of #53868C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53868C

Black with #53868C

Text Example


Text Example

White with #53868C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,134,140); }

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

background-color css

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

 a { background-color: rgb(83,134,140); }

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

border-color css

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

 span { border-color: rgb(83,134,140); }

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