Html Css Color HEX #53839B Hippie Blue

📋 copy color: '#53839B'

red 83 ◦ green 131 ◦ blue 155

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

Shades of Hippie Blue #53839B

Tints of Hippie Blue #53839B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.5%

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

R = 22.49%
G = 35.5%
B = 42.01%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#53839B (or 0x53839B) is known color: Hippie Blue. HEX triplet: 53, 83 and 9B. RGB value is (83,131,155). Sum of RGB (Red+Green+Blue) = 83+131+155=369 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.49% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #53839B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53839B is #AC7C64. Grayscale: #777777. Windows color (decimal): -11304037 or 10191699. OLE color: 10191699.

HSL color Cylindrical-coordinate representation of color #53839B: hue angle of 200º 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 #53839B is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 131 155 -
CMYK 0.46 0.15 0 0.39
HSL 200º 0.3% 0.47% -
HSV(B) 200º 0.46% 0.61% -
XYZ 17.6 20.44 34.03 -
YUV 119.38 148.1 102.05 -
System Red Green Blue C M Y K H S L
Decimal 83 131 155 0.46 0.15 0 0.39 200 0.3 0.47
Hex 53 83 9B 2E F 0 27 C8 1E 2F
Octal 123 203 233 56 17 0 47 310 36 57
Binary 1010011 10000011 10011011 101110 1111 0 100111 11001000 11110 101111

Color Harmonies of #53839B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53839B

Black with #53839B

Text Example


Text Example

White with #53839B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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