Html Css Color HEX #538290 Hippie Blue

📋 copy color: '#538290'

red 83 ◦ green 130 ◦ blue 144

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

Shades of Hippie Blue #538290

Tints of Hippie Blue #538290

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.41%

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

R = 23.25%
G = 36.41%
B = 40.34%

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

#538290 (or 0x538290) is known color: Hippie Blue. HEX triplet: 53, 82 and 90. RGB value is (83,130,144). Sum of RGB (Red+Green+Blue) = 83+130+144=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 144 (56.64% from 255 or 40.34% from 357); Max value from RGB is 144 - color contains mainly: blue. Hex color #538290 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538290 is #AC7D6F. Grayscale: #757575. Windows color (decimal): -11304304 or 9470547. OLE color: 9470547.

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

Color convert

RGB 83 130 144 -
CMYK 0.42 0.10 0 0.44
HSL 193.77º 0.27% 0.45% -
HSV(B) 193.77º 0.42% 0.56% -
XYZ 16.58 19.82 29.34 -
YUV 117.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 83 130 144 0.42 0.10 0 0.44 193.77 0.27 0.45
Hex 53 82 90 2A A 0 2C C2 1B 2D
Octal 123 202 220 52 12 0 54 302 33 55
Binary 1010011 10000010 10010000 101010 1010 0 101100 11000010 11011 101101

Color Harmonies of #538290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538290

Black with #538290

Text Example


Text Example

White with #538290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538290; }

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

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

background-color css

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

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

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

border-color css

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

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

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