Html Css Color HEX #522388 Kingfisher Daisy

📋 copy color: '#522388'

red 82 ◦ green 35 ◦ blue 136

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

Shades of Kingfisher Daisy #522388

Tints of Kingfisher Daisy #522388

RGB

 RED value IS 82 (32.42% from 255) = 32.41%

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 32.41%
G = 13.83%
B = 53.75%

CMYK

 C value IS 0.40

 M value IS 0.74

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522388 (or 0x522388) is known color: Kingfisher Daisy. HEX triplet: 52, 23 and 88. RGB value is (82,35,136). Sum of RGB (Red+Green+Blue) = 82+35+136=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 136 (53.52% from 255 or 53.75% from 253); Max value from RGB is 136 - color contains mainly: blue. Hex color #522388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522388 is #ADDC77. Grayscale: #3C3C3C. Windows color (decimal): -11394168 or 8921938. OLE color: 8921938.

HSL color Cylindrical-coordinate representation of color #522388: hue angle of 267.92º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #522388 is Cyan = 0.40, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 35 136 -
CMYK 0.40 0.74 0 0.47
HSL 267.92º 0.59% 0.34% -
HSV(B) 267.92º 0.74% 0.53% -
XYZ 8.52 4.77 23.76 -
YUV 60.57 170.57 143.29 -
System Red Green Blue C M Y K H S L
Decimal 82 35 136 0.40 0.74 0 0.47 267.92 0.59 0.34
Hex 52 23 88 28 4A 0 2F 10C 3B 22
Octal 122 43 210 50 112 0 57 414 73 42
Binary 1010010 100011 10001000 101000 1001010 0 101111 100001100 111011 100010

Color Harmonies of #522388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522388

Black with #522388

Text Example


Text Example

White with #522388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522388; }

 p { color: rgb(82,35,136); }

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

background-color css

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

 a { background-color: rgb(82,35,136); }

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

border-color css

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

 span { border-color: rgb(82,35,136); }

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