Html Css Color HEX #538090 Hippie Blue

📋 copy color: '#538090'

red 83 ◦ green 128 ◦ blue 144

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

Shades of Hippie Blue #538090

Tints of Hippie Blue #538090

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.06%

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

R = 23.38%
G = 36.06%
B = 40.56%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#538090 (or 0x538090) is known color: Hippie Blue. HEX triplet: 53, 80 and 90. RGB value is (83,128,144). Sum of RGB (Red+Green+Blue) = 83+128+144=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 128 (50.39% from 255 or 36.06% from 355); Blue value is 144 (56.64% from 255 or 40.56% from 355); Max value from RGB is 144 - color contains mainly: blue. Hex color #538090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538090 is #AC7F6F. Grayscale: #747474. Windows color (decimal): -11304816 or 9470035. OLE color: 9470035.

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

Color convert

RGB 83 128 144 -
CMYK 0.42 0.11 0 0.44
HSL 195.74º 0.27% 0.45% -
HSV(B) 195.74º 0.42% 0.56% -
XYZ 16.32 19.29 29.25 -
YUV 116.37 143.59 104.2 -
System Red Green Blue C M Y K H S L
Decimal 83 128 144 0.42 0.11 0 0.44 195.74 0.27 0.45
Hex 53 80 90 2A B 0 2C C4 1B 2D
Octal 123 200 220 52 13 0 54 304 33 55
Binary 1010011 10000000 10010000 101010 1011 0 101100 11000100 11011 101101

Color Harmonies of #538090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538090

Black with #538090

Text Example


Text Example

White with #538090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538090; }

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

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

background-color css

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

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

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

border-color css

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

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

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