Html Css Color HEX #53859B Hippie Blue

📋 copy color: '#53859B'

red 83 ◦ green 133 ◦ blue 155

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

Shades of Hippie Blue #53859B

Tints of Hippie Blue #53859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 41.78%

R = 22.37%
G = 35.85%
B = 41.78%

CMYK

 C value IS 0.46

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53859B (or 0x53859B) is known color: Hippie Blue. HEX triplet: 53, 85 and 9B. RGB value is (83,133,155). Sum of RGB (Red+Green+Blue) = 83+133+155=371 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.37% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #53859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53859B is #AC7A64. Grayscale: #787878. Windows color (decimal): -11303525 or 10192211. OLE color: 10192211.

HSL color Cylindrical-coordinate representation of color #53859B: hue angle of 198.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53859B is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 133 155 -
CMYK 0.46 0.14 0 0.39
HSL 198.33º 0.3% 0.47% -
HSV(B) 198.33º 0.46% 0.61% -
XYZ 17.87 20.98 34.12 -
YUV 120.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 83 133 155 0.46 0.14 0 0.39 198.33 0.3 0.47
Hex 53 85 9B 2E E 0 27 C6 1E 2F
Octal 123 205 233 56 16 0 47 306 36 57
Binary 1010011 10000101 10011011 101110 1110 0 100111 11000110 11110 101111

Color Harmonies of #53859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53859B

Black with #53859B

Text Example


Text Example

White with #53859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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