#538998

Color #538998 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #538998

Tints of Hippie Blue #538998

Color information

#538998 (or 0x538998) is unknown color: approx Hippie Blue. HEX triplet: 53, 89 and 98. RGB value is (83,137,152). Sum of RGB (Red+Green+Blue) = 83+137+152=372 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.31% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 152 (59.77% from 255 or 40.86% from 372); Max value from RGB is 152 - color contains mainly: blue. Hex color #538998 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538998 is #AC7667. Grayscale: #7A7A7A. Windows color (decimal): -11302504 or 9996627. OLE color: 9996627.

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

Color convert

RGB83137152-
CMYK0.450.1000.40
HSL193.04º29.36%46.08%-
HSV(B)193.04º45.39%59.61%-
XYZ18.182232.99-
YUV122.56144.6199.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.31%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 152 (59.77% from 255) = 40.86%
R=22.31%
G=36.83%
B=40.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal831371520.450.1000.40193.0429.3646.08
Hex5389982DA028c11d2e
Octal12321123055120503013556
Binary10100111000100110011000101101101001010001100000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538998; }

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

 H1.HeaderClassName
 {
   color: #538998;
 }
 .AnyTagClassName
 {
   color: #538998;
 }
</style>
background-color css

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

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

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

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

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

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