Html Css Color HEX #508793 Hippie Blue

📋 copy color: '#508793'

red 80 ◦ green 135 ◦ blue 147

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

Shades of Hippie Blue #508793

Tints of Hippie Blue #508793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 22.1%
G = 37.29%
B = 40.61%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#508793 (or 0x508793) is known color: Hippie Blue. HEX triplet: 50, 87 and 93. RGB value is (80,135,147). Sum of RGB (Red+Green+Blue) = 80+135+147=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #508793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #508793 is #AF786C. Grayscale: #777777. Windows color (decimal): -11499629 or 9668432. OLE color: 9668432.

HSL color Cylindrical-coordinate representation of color #508793: hue angle of 190.75º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #508793 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 135 147 -
CMYK 0.46 0.08 0 0.42
HSL 190.75º 0.3% 0.45% -
HSV(B) 190.75º 0.46% 0.58% -
XYZ 17.24 21.14 30.78 -
YUV 119.92 143.28 99.52 -
System Red Green Blue C M Y K H S L
Decimal 80 135 147 0.46 0.08 0 0.42 190.75 0.3 0.45
Hex 50 87 93 2E 8 0 2A BF 1E 2D
Octal 120 207 223 56 10 0 52 277 36 55
Binary 1010000 10000111 10010011 101110 1000 0 101010 10111111 11110 101101

Color Harmonies of #508793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508793

Black with #508793

Text Example


Text Example

White with #508793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508793; }

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

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

background-color css

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

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

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

border-color css

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

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

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