Html Css Color HEX #502F67 Blue Diamond

📋 copy color: '#502F67'

red 80 ◦ green 47 ◦ blue 103

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

Shades of Blue Diamond #502F67

Tints of Blue Diamond #502F67

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.43%

 BLUE value IS 103 (40.63% from 255) = 44.78%

R = 34.78%
G = 20.43%
B = 44.78%

CMYK

 C value IS 0.22

 M value IS 0.54

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#502F67 (or 0x502F67) is known color: Blue Diamond. HEX triplet: 50, 2F and 67. RGB value is (80,47,103). Sum of RGB (Red+Green+Blue) = 80+47+103=230 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.78% from 230); Green value is 47 (18.75% from 255 or 20.43% from 230); Blue value is 103 (40.62% from 255 or 44.78% from 230); Max value from RGB is 103 - color contains mainly: blue. Hex color #502F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #502F67 is #AFD098. Grayscale: #3F3F3F. Windows color (decimal): -11522201 or 6762320. OLE color: 6762320.

HSL color Cylindrical-coordinate representation of color #502F67: hue angle of 275.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #502F67 is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 80 47 103 -
CMYK 0.22 0.54 0 0.60
HSL 275.36º 0.37% 0.29% -
HSV(B) 275.36º 0.54% 0.4% -
XYZ 6.77 4.72 13.39 -
YUV 63.25 150.43 139.95 -
System Red Green Blue C M Y K H S L
Decimal 80 47 103 0.22 0.54 0 0.60 275.36 0.37 0.29
Hex 50 2F 67 16 36 0 3C 113 25 1D
Octal 120 57 147 26 66 0 74 423 45 35
Binary 1010000 101111 1100111 10110 110110 0 111100 100010011 100101 11101

Color Harmonies of #502F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502F67

Black with #502F67

Text Example


Text Example

White with #502F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502F67; }

 p { color: rgb(80,47,103); }

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

background-color css

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

 a { background-color: rgb(80,47,103); }

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

border-color css

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

 span { border-color: rgb(80,47,103); }

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