Html Css Color HEX #522888 Kingfisher Daisy

📋 copy color: '#522888'

red 82 ◦ green 40 ◦ blue 136

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

Shades of Kingfisher Daisy #522888

Tints of Kingfisher Daisy #522888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

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

R = 31.78%
G = 15.5%
B = 52.71%

CMYK

 C value IS 0.40

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522888 (or 0x522888) is known color: Kingfisher Daisy. HEX triplet: 52, 28 and 88. RGB value is (82,40,136). Sum of RGB (Red+Green+Blue) = 82+40+136=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #522888 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522888 is #ADD777. Grayscale: #3F3F3F. Windows color (decimal): -11392888 or 8923218. OLE color: 8923218.

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

Color convert

RGB 82 40 136 -
CMYK 0.40 0.71 0 0.47
HSL 266.25º 0.55% 0.35% -
HSV(B) 266.25º 0.71% 0.53% -
XYZ 8.68 5.09 23.82 -
YUV 63.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 82 40 136 0.40 0.71 0 0.47 266.25 0.55 0.35
Hex 52 28 88 28 47 0 2F 10A 37 23
Octal 122 50 210 50 107 0 57 412 67 43
Binary 1010010 101000 10001000 101000 1000111 0 101111 100001010 110111 100011

Color Harmonies of #522888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522888

Black with #522888

Text Example


Text Example

White with #522888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522888; }

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

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

background-color css

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

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

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

border-color css

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

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

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