Html Css Color HEX #53818D Hippie Blue

📋 copy color: '#53818D'

red 83 ◦ green 129 ◦ blue 141

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

Shades of Hippie Blue #53818D

Tints of Hippie Blue #53818D

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 value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53818D (or 0x53818D) is known color: 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

RGB 83 129 141 -
CMYK 0.41 0.09 0 0.45
HSL 192.41º 0.26% 0.44% -
HSV(B) 192.41º 0.41% 0.55% -
XYZ 16.23 19.46 28.1 -
YUV 116.61 141.76 104.02 -
System Red Green Blue C M Y K H S L
Decimal 83 129 141 0.41 0.09 0 0.45 192.41 0.26 0.44
Hex 53 81 8D 29 9 0 2D C0 1A 2C
Octal 123 201 215 51 11 0 55 300 32 54
Binary 1010011 10000001 10001101 101001 1001 0 101101 11000000 11010 101100

Color Harmonies of #53818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53818D

Black with #53818D

Text Example


Text Example

White with #53818D

Text Example


Text Example

HTML Codes & Css Web 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>