Html Css Color HEX #502288 Kingfisher Daisy

📋 copy color: '#502288'

red 80 ◦ green 34 ◦ blue 136

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

Shades of Kingfisher Daisy #502288

Tints of Kingfisher Daisy #502288

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.6%

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 32%
G = 13.6%
B = 54.4%

CMYK

 C value IS 0.41

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#502288 (or 0x502288) is known color: Kingfisher Daisy. HEX triplet: 50, 22 and 88. RGB value is (80,34,136). Sum of RGB (Red+Green+Blue) = 80+34+136=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 34 (13.67% from 255 or 13.6% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #502288 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #502288 is #AFDD77. Grayscale: #3B3B3B. Windows color (decimal): -11525496 or 8921680. OLE color: 8921680.

HSL color Cylindrical-coordinate representation of color #502288: hue angle of 267.06º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #502288 is Cyan = 0.41, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 34 136 -
CMYK 0.41 0.75 0 0.47
HSL 267.06º 0.6% 0.33% -
HSV(B) 267.06º 0.75% 0.53% -
XYZ 8.32 4.63 23.75 -
YUV 59.38 171.24 142.71 -
System Red Green Blue C M Y K H S L
Decimal 80 34 136 0.41 0.75 0 0.47 267.06 0.6 0.33
Hex 50 22 88 29 4B 0 2F 10B 3C 21
Octal 120 42 210 51 113 0 57 413 74 41
Binary 1010000 100010 10001000 101001 1001011 0 101111 100001011 111100 100001

Color Harmonies of #502288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #502288

Black with #502288

Text Example


Text Example

White with #502288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #502288; }

 p { color: rgb(80,34,136); }

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

background-color css

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

 a { background-color: rgb(80,34,136); }

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

border-color css

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

 span { border-color: rgb(80,34,136); }

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