Html Css Color HEX #538D98 Half Baked

📋 copy color: '#538D98'

red 83 ◦ green 141 ◦ blue 152

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

Shades of Half Baked #538D98

Tints of Half Baked #538D98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 40.43%

R = 22.07%
G = 37.5%
B = 40.43%

CMYK

 C value IS 0.45

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#538D98 (or 0x538D98) is known color: Half Baked. HEX triplet: 53, 8D and 98. RGB value is (83,141,152). Sum of RGB (Red+Green+Blue) = 83+141+152=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #538D98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538D98 is #AC7267. Grayscale: #7C7C7C. Windows color (decimal): -11301480 or 9997651. OLE color: 9997651.

HSL color Cylindrical-coordinate representation of color #538D98: hue angle of 189.57º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538D98 is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 141 152 -
CMYK 0.45 0.07 0 0.40
HSL 189.57º 0.29% 0.46% -
HSV(B) 189.57º 0.45% 0.6% -
XYZ 18.76 23.16 33.19 -
YUV 124.91 143.28 98.11 -
System Red Green Blue C M Y K H S L
Decimal 83 141 152 0.45 0.07 0 0.40 189.57 0.29 0.46
Hex 53 8D 98 2D 7 0 28 BE 1D 2E
Octal 123 215 230 55 7 0 50 276 35 56
Binary 1010011 10001101 10011000 101101 111 0 101000 10111110 11101 101110

Color Harmonies of #538D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538D98

Black with #538D98

Text Example


Text Example

White with #538D98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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