Html Css Color HEX #5394A3 Hippie Blue

📋 copy color: '#5394A3'

red 83 ◦ green 148 ◦ blue 163

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

Shades of Hippie Blue #5394A3

Tints of Hippie Blue #5394A3

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.56%

 BLUE value IS 163 (64.06% from 255) = 41.37%

R = 21.07%
G = 37.56%
B = 41.37%

CMYK

 C value IS 0.49

 M value IS 0.09

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5394A3 (or 0x5394A3) is known color: Hippie Blue. HEX triplet: 53, 94 and A3. RGB value is (83,148,163). Sum of RGB (Red+Green+Blue) = 83+148+163=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 148 (58.20% from 255 or 37.56% from 394); Blue value is 163 (64.06% from 255 or 41.37% from 394); Max value from RGB is 163 - color contains mainly: blue. Hex color #5394A3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5394A3 is #AC6B5C. Grayscale: #828282. Windows color (decimal): -11299677 or 10720339. OLE color: 10720339.

HSL color Cylindrical-coordinate representation of color #5394A3: hue angle of 191.25º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5394A3 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 83 148 163 -
CMYK 0.49 0.09 0 0.36
HSL 191.25º 0.33% 0.48% -
HSV(B) 191.25º 0.49% 0.64% -
XYZ 20.77 25.66 38.51 -
YUV 130.28 146.47 94.28 -
System Red Green Blue C M Y K H S L
Decimal 83 148 163 0.49 0.09 0 0.36 191.25 0.33 0.48
Hex 53 94 A3 31 9 0 24 BF 21 30
Octal 123 224 243 61 11 0 44 277 41 60
Binary 1010011 10010100 10100011 110001 1001 0 100100 10111111 100001 110000

Color Harmonies of #5394A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5394A3

Black with #5394A3

Text Example


Text Example

White with #5394A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5394A3; }

 p { color: rgb(83,148,163); }

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

background-color css

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

 a { background-color: rgb(83,148,163); }

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

border-color css

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

 span { border-color: rgb(83,148,163); }

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