Html Css Color HEX #53868B Half Baked

📋 copy color: '#53868B'

red 83 ◦ green 134 ◦ blue 139

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

Shades of Half Baked #53868B

Tints of Half Baked #53868B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.04%

R = 23.31%
G = 37.64%
B = 39.04%

CMYK

 C value IS 0.40

 M value IS 0.04

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53868B (or 0x53868B) is known color: Half Baked. HEX triplet: 53, 86 and 8B. RGB value is (83,134,139). Sum of RGB (Red+Green+Blue) = 83+134+139=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 139 (54.69% from 255 or 39.04% from 356); Max value from RGB is 139 - color contains mainly: blue. Hex color #53868B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53868B is #AC7974. Grayscale: #777777. Windows color (decimal): -11303285 or 9143891. OLE color: 9143891.

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

Color convert

RGB 83 134 139 -
CMYK 0.40 0.04 0 0.45
HSL 185.36º 0.25% 0.44% -
HSV(B) 185.36º 0.4% 0.55% -
XYZ 16.75 20.75 27.55 -
YUV 119.32 139.1 102.09 -
System Red Green Blue C M Y K H S L
Decimal 83 134 139 0.40 0.04 0 0.45 185.36 0.25 0.44
Hex 53 86 8B 28 4 0 2D B9 19 2C
Octal 123 206 213 50 4 0 55 271 31 54
Binary 1010011 10000110 10001011 101000 100 0 101101 10111001 11001 101100

Color Harmonies of #53868B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53868B

Black with #53868B

Text Example


Text Example

White with #53868B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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