Html Css Color HEX #538096 Hippie Blue

📋 copy color: '#538096'

red 83 ◦ green 128 ◦ blue 150

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

Shades of Hippie Blue #538096

Tints of Hippie Blue #538096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.55%

R = 22.99%
G = 35.46%
B = 41.55%

CMYK

 C value IS 0.45

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#538096 (or 0x538096) is known color: Hippie Blue. HEX triplet: 53, 80 and 96. RGB value is (83,128,150). Sum of RGB (Red+Green+Blue) = 83+128+150=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 150 (58.98% from 255 or 41.55% from 361); Max value from RGB is 150 - color contains mainly: blue. Hex color #538096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #538096 is #AC7F69. Grayscale: #747474. Windows color (decimal): -11304810 or 9863251. OLE color: 9863251.

HSL color Cylindrical-coordinate representation of color #538096: hue angle of 199.7º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #538096 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 128 150 -
CMYK 0.45 0.15 0 0.41
HSL 199.7º 0.29% 0.46% -
HSV(B) 199.7º 0.45% 0.59% -
XYZ 16.79 19.48 31.73 -
YUV 117.05 146.59 103.71 -
System Red Green Blue C M Y K H S L
Decimal 83 128 150 0.45 0.15 0 0.41 199.7 0.29 0.46
Hex 53 80 96 2D F 0 29 C8 1D 2E
Octal 123 200 226 55 17 0 51 310 35 56
Binary 1010011 10000000 10010110 101101 1111 0 101001 11001000 11101 101110

Color Harmonies of #538096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538096

Black with #538096

Text Example


Text Example

White with #538096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538096; }

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

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

background-color css

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

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

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

border-color css

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

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

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