Html Css Color HEX #538EA1 Hippie Blue

📋 copy color: '#538EA1'

red 83 ◦ green 142 ◦ blue 161

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

Shades of Hippie Blue #538EA1

Tints of Hippie Blue #538EA1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.79%

 BLUE value IS 161 (63.28% from 255) = 41.71%

R = 21.5%
G = 36.79%
B = 41.71%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#538EA1 (or 0x538EA1) is known color: Hippie Blue. HEX triplet: 53, 8E and A1. RGB value is (83,142,161). Sum of RGB (Red+Green+Blue) = 83+142+161=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 161 (63.28% from 255 or 41.71% from 386); Max value from RGB is 161 - color contains mainly: blue. Hex color #538EA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538EA1 is #AC715E. Grayscale: #7E7E7E. Windows color (decimal): -11301215 or 10587731. OLE color: 10587731.

HSL color Cylindrical-coordinate representation of color #538EA1: hue angle of 194.62º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #538EA1 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 83 142 161 -
CMYK 0.48 0.12 0 0.37
HSL 194.62º 0.32% 0.48% -
HSV(B) 194.62º 0.48% 0.63% -
XYZ 19.67 23.76 37.27 -
YUV 126.53 147.45 96.96 -
System Red Green Blue C M Y K H S L
Decimal 83 142 161 0.48 0.12 0 0.37 194.62 0.32 0.48
Hex 53 8E A1 30 C 0 25 C3 20 30
Octal 123 216 241 60 14 0 45 303 40 60
Binary 1010011 10001110 10100001 110000 1100 0 100101 11000011 100000 110000

Color Harmonies of #538EA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538EA1

Black with #538EA1

Text Example


Text Example

White with #538EA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538EA1; }

 p { color: rgb(83,142,161); }

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

background-color css

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

 a { background-color: rgb(83,142,161); }

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

border-color css

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

 span { border-color: rgb(83,142,161); }

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