Html Css Color HEX #53858B Half Baked

📋 copy color: '#53858B'

red 83 ◦ green 133 ◦ blue 139

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

Shades of Half Baked #53858B

Tints of Half Baked #53858B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.46%

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

R = 23.38%
G = 37.46%
B = 39.15%

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

#53858B (or 0x53858B) is known color: Half Baked. HEX triplet: 53, 85 and 8B. RGB value is (83,133,139). Sum of RGB (Red+Green+Blue) = 83+133+139=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 139 (54.69% from 255 or 39.15% from 355); Max value from RGB is 139 - color contains mainly: blue. Hex color #53858B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53858B is #AC7A74. Grayscale: #767676. Windows color (decimal): -11303541 or 9143635. OLE color: 9143635.

HSL color Cylindrical-coordinate representation of color #53858B: hue angle of 186.43º 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 #53858B is Cyan = 0.40, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 133 139 -
CMYK 0.40 0.04 0 0.45
HSL 186.43º 0.25% 0.44% -
HSV(B) 186.43º 0.4% 0.55% -
XYZ 16.62 20.48 27.5 -
YUV 118.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 83 133 139 0.40 0.04 0 0.45 186.43 0.25 0.44
Hex 53 85 8B 28 4 0 2D BA 19 2C
Octal 123 205 213 50 4 0 55 272 31 54
Binary 1010011 10000101 10001011 101000 100 0 101101 10111010 11001 101100

Color Harmonies of #53858B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53858B

Black with #53858B

Text Example


Text Example

White with #53858B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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