#53818D

Color #53818D Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #53818D

Tints of Hippie Blue #53818D

Color information

#53818D (or 0x53818D) is unknown color: approx Hippie Blue. HEX triplet: 53, 81 and 8D. RGB value is (83,129,141). Sum of RGB (Red+Green+Blue) = 83+129+141=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #53818D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53818D is #AC7E72. Grayscale: #747474. Windows color (decimal): -11304563 or 9273683. OLE color: 9273683.

HSL color Cylindrical-coordinate representation of color #53818D: hue angle of 192.41º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53818D is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83129141-
CMYK0.410.0900.45
HSL192.41º25.89%43.92%-
HSV(B)192.41º41.13%55.29%-
XYZ16.2319.4628.1-
YUV116.61141.76104.02-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.51%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 141 (55.47% from 255) = 39.94%
R=23.51%
G=36.54%
B=39.94%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831291410.410.0900.45192.4125.8943.92
Hex53818D29902Dc01a2c
Octal12320121551110553003254
Binary10100111000000110001101101001100101011011100000011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53818D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53818D; }

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

 H1.HeaderClassName
 {
   color: #53818D;
 }
 .AnyTagClassName
 {
   color: #53818D;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #53818D;
 }
 .BgClassName
 {
   background-color: #53818D;
 }
</style>
border-color css

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

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

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