Html Css Color HEX #538E99 Half Baked

📋 copy color: '#538E99'

red 83 ◦ green 142 ◦ blue 153

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

Shades of Half Baked #538E99

Tints of Half Baked #538E99

RGB

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

 GREEN value IS 142 (55.86% from 255) = 37.57%

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

R = 21.96%
G = 37.57%
B = 40.48%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#538E99 (or 0x538E99) is known color: Half Baked. HEX triplet: 53, 8E and 99. RGB value is (83,142,153). Sum of RGB (Red+Green+Blue) = 83+142+153=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 142 (55.86% from 255 or 37.57% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 153 - color contains mainly: blue. Hex color #538E99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538E99 is #AC7166. Grayscale: #7D7D7D. Windows color (decimal): -11301223 or 10063443. OLE color: 10063443.

HSL color Cylindrical-coordinate representation of color #538E99: hue angle of 189.43º 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 #538E99 is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 83 142 153 -
CMYK 0.46 0.07 0 0.4
HSL 189.43º 0.3% 0.46% -
HSV(B) 189.43º 0.46% 0.6% -
XYZ 18.99 23.48 33.67 -
YUV 125.61 143.45 97.61 -
System Red Green Blue C M Y K H S L
Decimal 83 142 153 0.46 0.07 0 0.4 189.43 0.3 0.46
Hex 53 8E 99 2E 7 0 28 BD 1E 2E
Octal 123 216 231 56 7 0 50 275 36 56
Binary 1010011 10001110 10011001 101110 111 0 101000 10111101 11110 101110

Color Harmonies of #538E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538E99

Black with #538E99

Text Example


Text Example

White with #538E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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