Html Css Color HEX #508792 Hippie Blue

📋 copy color: '#508792'

red 80 ◦ green 135 ◦ blue 146

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

Shades of Hippie Blue #508792

Tints of Hippie Blue #508792

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

 BLUE value IS 146 (57.42% from 255) = 40.44%

R = 22.16%
G = 37.4%
B = 40.44%

CMYK

 C value IS 0.45

 M value IS 0.08

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#508792 (or 0x508792) is known color: Hippie Blue. HEX triplet: 50, 87 and 92. RGB value is (80,135,146). Sum of RGB (Red+Green+Blue) = 80+135+146=361 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.16% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 146 - color contains mainly: blue. Hex color #508792 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508792 is #AF786D. Grayscale: #777777. Windows color (decimal): -11499630 or 9602896. OLE color: 9602896.

HSL color Cylindrical-coordinate representation of color #508792: hue angle of 190º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #508792 is Cyan = 0.45, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 135 146 -
CMYK 0.45 0.08 0 0.43
HSL 190º 0.29% 0.44% -
HSV(B) 190º 0.45% 0.57% -
XYZ 17.16 21.11 30.36 -
YUV 119.81 142.78 99.61 -
System Red Green Blue C M Y K H S L
Decimal 80 135 146 0.45 0.08 0 0.43 190 0.29 0.44
Hex 50 87 92 2D 8 0 2B BE 1D 2C
Octal 120 207 222 55 10 0 53 276 35 54
Binary 1010000 10000111 10010010 101101 1000 0 101011 10111110 11101 101100

Color Harmonies of #508792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508792

Black with #508792

Text Example


Text Example

White with #508792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508792; }

 p { color: rgb(80,135,146); }

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

background-color css

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

 a { background-color: rgb(80,135,146); }

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

border-color css

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

 span { border-color: rgb(80,135,146); }

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