Html Css Color HEX #538594 Hippie Blue

📋 copy color: '#538594'

red 83 ◦ green 133 ◦ blue 148

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

Shades of Hippie Blue #538594

Tints of Hippie Blue #538594

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.54%

 BLUE value IS 148 (58.2% from 255) = 40.66%

R = 22.8%
G = 36.54%
B = 40.66%

CMYK

 C value IS 0.44

 M value IS 0.10

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#538594 (or 0x538594) is known color: Hippie Blue. HEX triplet: 53, 85 and 94. RGB value is (83,133,148). Sum of RGB (Red+Green+Blue) = 83+133+148=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 148 (58.20% from 255 or 40.66% from 364); Max value from RGB is 148 - color contains mainly: blue. Hex color #538594 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538594 is #AC7A6B. Grayscale: #777777. Windows color (decimal): -11303532 or 9733459. OLE color: 9733459.

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

Color convert

RGB 83 133 148 -
CMYK 0.44 0.10 0 0.42
HSL 193.85º 0.28% 0.45% -
HSV(B) 193.85º 0.44% 0.58% -
XYZ 17.3 20.75 31.11 -
YUV 119.76 143.94 101.78 -
System Red Green Blue C M Y K H S L
Decimal 83 133 148 0.44 0.10 0 0.42 193.85 0.28 0.45
Hex 53 85 94 2C A 0 2A C2 1C 2D
Octal 123 205 224 54 12 0 52 302 34 55
Binary 1010011 10000101 10010100 101100 1010 0 101010 11000010 11100 101101

Color Harmonies of #538594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538594

Black with #538594

Text Example


Text Example

White with #538594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538594; }

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

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

background-color css

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

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

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

border-color css

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

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

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