Html Css Color HEX #53999B Half Baked

📋 copy color: '#53999B'

red 83 ◦ green 153 ◦ blue 155

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

Shades of Half Baked #53999B

Tints of Half Baked #53999B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.13%

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 21.23%
G = 39.13%
B = 39.64%

CMYK

 C value IS 0.46

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53999B (or 0x53999B) is known color: Half Baked. HEX triplet: 53, 99 and 9B. RGB value is (83,153,155). Sum of RGB (Red+Green+Blue) = 83+153+155=391 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.23% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 155 - color contains mainly: blue. Hex color #53999B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53999B is #AC6664. Grayscale: #848484. Windows color (decimal): -11298405 or 10197331. OLE color: 10197331.

HSL color Cylindrical-coordinate representation of color #53999B: hue angle of 181.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53999B is Cyan = 0.46, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 153 155 -
CMYK 0.46 0.01 0 0.39
HSL 181.67º 0.3% 0.47% -
HSV(B) 181.67º 0.46% 0.61% -
XYZ 20.87 26.99 35.12 -
YUV 132.3 140.81 92.84 -
System Red Green Blue C M Y K H S L
Decimal 83 153 155 0.46 0.01 0 0.39 181.67 0.3 0.47
Hex 53 99 9B 2E 1 0 27 B6 1E 2F
Octal 123 231 233 56 1 0 47 266 36 57
Binary 1010011 10011001 10011011 101110 1 0 100111 10110110 11110 101111

Color Harmonies of #53999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53999B

Black with #53999B

Text Example


Text Example

White with #53999B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,153,155); }

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

background-color css

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

 a { background-color: rgb(83,153,155); }

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

border-color css

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

 span { border-color: rgb(83,153,155); }

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