Html Css Color HEX #508FA4 Hippie Blue

📋 copy color: '#508FA4'

red 80 ◦ green 143 ◦ blue 164

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

Shades of Hippie Blue #508FA4

Tints of Hippie Blue #508FA4

RGB

 RED value IS 80 (31.64% from 255) = 20.67%

 GREEN value IS 143 (56.25% from 255) = 36.95%

 BLUE value IS 164 (64.45% from 255) = 42.38%

R = 20.67%
G = 36.95%
B = 42.38%

CMYK

 C value IS 0.51

 M value IS 0.13

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#508FA4 (or 0x508FA4) is known color: Hippie Blue. HEX triplet: 50, 8F and A4. RGB value is (80,143,164). Sum of RGB (Red+Green+Blue) = 80+143+164=387 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.67% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 164 - color contains mainly: blue. Hex color #508FA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508FA4 is #AF705B. Grayscale: #7E7E7E. Windows color (decimal): -11497564 or 10784592. OLE color: 10784592.

HSL color Cylindrical-coordinate representation of color #508FA4: hue angle of 195º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #508FA4 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 80 143 164 -
CMYK 0.51 0.13 0 0.36
HSL 195º 0.34% 0.48% -
HSV(B) 195º 0.51% 0.64% -
XYZ 19.83 24.03 38.72 -
YUV 126.56 149.13 94.79 -
System Red Green Blue C M Y K H S L
Decimal 80 143 164 0.51 0.13 0 0.36 195 0.34 0.48
Hex 50 8F A4 33 D 0 24 C3 22 30
Octal 120 217 244 63 15 0 44 303 42 60
Binary 1010000 10001111 10100100 110011 1101 0 100100 11000011 100010 110000

Color Harmonies of #508FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508FA4

Black with #508FA4

Text Example


Text Example

White with #508FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508FA4; }

 p { color: rgb(80,143,164); }

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

background-color css

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

 a { background-color: rgb(80,143,164); }

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

border-color css

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

 span { border-color: rgb(80,143,164); }

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