Html Css Color HEX #538190 Hippie Blue

📋 copy color: '#538190'

red 83 ◦ green 129 ◦ blue 144

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

Shades of Hippie Blue #538190

Tints of Hippie Blue #538190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.24%

 BLUE value IS 144 (56.64% from 255) = 40.45%

R = 23.31%
G = 36.24%
B = 40.45%

CMYK

 C value IS 0.42

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#538190 (or 0x538190) is known color: Hippie Blue. HEX triplet: 53, 81 and 90. RGB value is (83,129,144). Sum of RGB (Red+Green+Blue) = 83+129+144=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 129 (50.78% from 255 or 36.24% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #538190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538190 is #AC7E6F. Grayscale: #747474. Windows color (decimal): -11304560 or 9470291. OLE color: 9470291.

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

Color convert

RGB 83 129 144 -
CMYK 0.42 0.10 0 0.44
HSL 194.75º 0.27% 0.45% -
HSV(B) 194.75º 0.42% 0.56% -
XYZ 16.45 19.55 29.29 -
YUV 116.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 83 129 144 0.42 0.10 0 0.44 194.75 0.27 0.45
Hex 53 81 90 2A A 0 2C C3 1B 2D
Octal 123 201 220 52 12 0 54 303 33 55
Binary 1010011 10000001 10010000 101010 1010 0 101100 11000011 11011 101101

Color Harmonies of #538190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538190

Black with #538190

Text Example


Text Example

White with #538190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538190; }

 p { color: rgb(83,129,144); }

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

background-color css

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

 a { background-color: rgb(83,129,144); }

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

border-color css

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

 span { border-color: rgb(83,129,144); }

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