Html Css Color HEX #538F99 Half Baked

📋 copy color: '#538F99'

red 83 ◦ green 143 ◦ blue 153

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

Shades of Half Baked #538F99

Tints of Half Baked #538F99

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.73%

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

R = 21.9%
G = 37.73%
B = 40.37%

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

#538F99 (or 0x538F99) is known color: Half Baked. HEX triplet: 53, 8F and 99. RGB value is (83,143,153). Sum of RGB (Red+Green+Blue) = 83+143+153=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 143 (56.25% from 255 or 37.73% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 153 - color contains mainly: blue. Hex color #538F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538F99 is #AC7066. Grayscale: #7E7E7E. Windows color (decimal): -11300967 or 10063699. OLE color: 10063699.

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

Color convert

RGB 83 143 153 -
CMYK 0.46 0.07 0 0.4
HSL 188.57º 0.3% 0.46% -
HSV(B) 188.57º 0.46% 0.6% -
XYZ 19.14 23.78 33.72 -
YUV 126.2 143.12 97.19 -
System Red Green Blue C M Y K H S L
Decimal 83 143 153 0.46 0.07 0 0.4 188.57 0.3 0.46
Hex 53 8F 99 2E 7 0 28 BD 1E 2E
Octal 123 217 231 56 7 0 50 275 36 56
Binary 1010011 10001111 10011001 101110 111 0 101000 10111101 11110 101110

Color Harmonies of #538F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538F99

Black with #538F99

Text Example


Text Example

White with #538F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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