Html Css Color HEX #538098 Hippie Blue

📋 copy color: '#538098'

red 83 ◦ green 128 ◦ blue 152

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

Shades of Hippie Blue #538098

Tints of Hippie Blue #538098

RGB

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

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

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

R = 22.87%
G = 35.26%
B = 41.87%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#538098 (or 0x538098) is known color: Hippie Blue. HEX triplet: 53, 80 and 98. RGB value is (83,128,152). Sum of RGB (Red+Green+Blue) = 83+128+152=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 152 (59.77% from 255 or 41.87% from 363); Max value from RGB is 152 - color contains mainly: blue. Hex color #538098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538098 is #AC7F67. Grayscale: #757575. Windows color (decimal): -11304808 or 9994323. OLE color: 9994323.

HSL color Cylindrical-coordinate representation of color #538098: hue angle of 200.87º 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 #538098 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 128 152 -
CMYK 0.45 0.16 0 0.40
HSL 200.87º 0.29% 0.46% -
HSV(B) 200.87º 0.45% 0.6% -
XYZ 16.95 19.54 32.58 -
YUV 117.28 147.59 103.55 -
System Red Green Blue C M Y K H S L
Decimal 83 128 152 0.45 0.16 0 0.40 200.87 0.29 0.46
Hex 53 80 98 2D 10 0 28 C9 1D 2E
Octal 123 200 230 55 20 0 50 311 35 56
Binary 1010011 10000000 10011000 101101 10000 0 101000 11001001 11101 101110

Color Harmonies of #538098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538098

Black with #538098

Text Example


Text Example

White with #538098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538098; }

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

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

background-color css

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

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

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

border-color css

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

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

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