Html Css Color HEX #538093 Hippie Blue

📋 copy color: '#538093'

red 83 ◦ green 128 ◦ blue 147

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

Shades of Hippie Blue #538093

Tints of Hippie Blue #538093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.75%

 BLUE value IS 147 (57.81% from 255) = 41.06%

R = 23.18%
G = 35.75%
B = 41.06%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#538093 (or 0x538093) is known color: Hippie Blue. HEX triplet: 53, 80 and 93. RGB value is (83,128,147). Sum of RGB (Red+Green+Blue) = 83+128+147=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 147 (57.81% from 255 or 41.06% from 358); Max value from RGB is 147 - color contains mainly: blue. Hex color #538093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538093 is #AC7F6C. Grayscale: #747474. Windows color (decimal): -11304813 or 9666643. OLE color: 9666643.

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

Color convert

RGB 83 128 147 -
CMYK 0.44 0.13 0 0.42
HSL 197.81º 0.28% 0.45% -
HSV(B) 197.81º 0.44% 0.58% -
XYZ 16.55 19.38 30.47 -
YUV 116.71 145.09 103.96 -
System Red Green Blue C M Y K H S L
Decimal 83 128 147 0.44 0.13 0 0.42 197.81 0.28 0.45
Hex 53 80 93 2C D 0 2A C6 1C 2D
Octal 123 200 223 54 15 0 52 306 34 55
Binary 1010011 10000000 10010011 101100 1101 0 101010 11000110 11100 101101

Color Harmonies of #538093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538093

Black with #538093

Text Example


Text Example

White with #538093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538093; }

 p { color: rgb(83,128,147); }

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

background-color css

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

 a { background-color: rgb(83,128,147); }

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

border-color css

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

 span { border-color: rgb(83,128,147); }

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