Html Css Color HEX #508698 Hippie Blue

📋 copy color: '#508698'

red 80 ◦ green 134 ◦ blue 152

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

Shades of Hippie Blue #508698

Tints of Hippie Blue #508698

RGB

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

 GREEN value IS 134 (52.73% from 255) = 36.61%

 BLUE value IS 152 (59.77% from 255) = 41.53%

R = 21.86%
G = 36.61%
B = 41.53%

CMYK

 C value IS 0.47

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#508698 (or 0x508698) is known color: Hippie Blue. HEX triplet: 50, 86 and 98. RGB value is (80,134,152). Sum of RGB (Red+Green+Blue) = 80+134+152=366 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.86% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 152 (59.77% from 255 or 41.53% from 366); Max value from RGB is 152 - color contains mainly: blue. Hex color #508698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508698 is #AF7967. Grayscale: #777777. Windows color (decimal): -11499880 or 9995856. OLE color: 9995856.

HSL color Cylindrical-coordinate representation of color #508698: hue angle of 195º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508698 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 134 152 -
CMYK 0.47 0.12 0 0.40
HSL 195º 0.31% 0.45% -
HSV(B) 195º 0.47% 0.6% -
XYZ 17.5 21.02 32.84 -
YUV 119.91 146.11 99.54 -
System Red Green Blue C M Y K H S L
Decimal 80 134 152 0.47 0.12 0 0.40 195 0.31 0.45
Hex 50 86 98 2F C 0 28 C3 1F 2D
Octal 120 206 230 57 14 0 50 303 37 55
Binary 1010000 10000110 10011000 101111 1100 0 101000 11000011 11111 101101

Color Harmonies of #508698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508698

Black with #508698

Text Example


Text Example

White with #508698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508698; }

 p { color: rgb(80,134,152); }

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

background-color css

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

 a { background-color: rgb(80,134,152); }

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

border-color css

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

 span { border-color: rgb(80,134,152); }

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