Html Css Color HEX #538790 Half Baked

📋 copy color: '#538790'

red 83 ◦ green 135 ◦ blue 144

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

Shades of Half Baked #538790

Tints of Half Baked #538790

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.29%

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 22.93%
G = 37.29%
B = 39.78%

CMYK

 C value IS 0.42

 M value IS 0.06

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#538790 (or 0x538790) is known color: Half Baked. HEX triplet: 53, 87 and 90. RGB value is (83,135,144). Sum of RGB (Red+Green+Blue) = 83+135+144=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #538790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538790 is #AC786F. Grayscale: #787878. Windows color (decimal): -11303024 or 9471827. OLE color: 9471827.

HSL color Cylindrical-coordinate representation of color #538790: hue angle of 188.85º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538790 is Cyan = 0.42, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 135 144 -
CMYK 0.42 0.06 0 0.44
HSL 188.85º 0.27% 0.45% -
HSV(B) 188.85º 0.42% 0.56% -
XYZ 17.27 21.18 29.56 -
YUV 120.48 141.27 101.27 -
System Red Green Blue C M Y K H S L
Decimal 83 135 144 0.42 0.06 0 0.44 188.85 0.27 0.45
Hex 53 87 90 2A 6 0 2C BD 1B 2D
Octal 123 207 220 52 6 0 54 275 33 55
Binary 1010011 10000111 10010000 101010 110 0 101100 10111101 11011 101101

Color Harmonies of #538790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538790

Black with #538790

Text Example


Text Example

White with #538790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538790; }

 p { color: rgb(83,135,144); }

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

background-color css

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

 a { background-color: rgb(83,135,144); }

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

border-color css

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

 span { border-color: rgb(83,135,144); }

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