Html Css Color HEX #538D99 Half Baked

📋 copy color: '#538D99'

red 83 ◦ green 141 ◦ blue 153

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

Shades of Half Baked #538D99

Tints of Half Baked #538D99

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

 BLUE value IS 153 (60.16% from 255) = 40.58%

R = 22.02%
G = 37.4%
B = 40.58%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#538D99 (or 0x538D99) is known color: Half Baked. HEX triplet: 53, 8D and 99. RGB value is (83,141,153). Sum of RGB (Red+Green+Blue) = 83+141+153=377 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.02% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 153 (60.16% from 255 or 40.58% from 377); Max value from RGB is 153 - color contains mainly: blue. Hex color #538D99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538D99 is #AC7266. Grayscale: #7C7C7C. Windows color (decimal): -11301479 or 10063187. OLE color: 10063187.

HSL color Cylindrical-coordinate representation of color #538D99: hue angle of 190.29º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #538D99 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 141 153 -
CMYK 0.46 0.08 0 0.4
HSL 190.29º 0.3% 0.46% -
HSV(B) 190.29º 0.46% 0.6% -
XYZ 18.84 23.19 33.62 -
YUV 125.03 143.78 98.02 -
System Red Green Blue C M Y K H S L
Decimal 83 141 153 0.46 0.08 0 0.4 190.29 0.3 0.46
Hex 53 8D 99 2E 8 0 28 BE 1E 2E
Octal 123 215 231 56 10 0 50 276 36 56
Binary 1010011 10001101 10011001 101110 1000 0 101000 10111110 11110 101110

Color Harmonies of #538D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D99

Black with #538D99

Text Example


Text Example

White with #538D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538D99; }

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

 H1.HeaderClassName
 {
   color: #538D99;
 }
 .AnyTagClassName
 {
   color: #538D99;
 }
</style>

background-color css

<style>
 a { background-color: #538D99; }

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

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

border-color css

<style>
 span { border-color: #538D99; }

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

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