Html Css Color HEX #522688 Kingfisher Daisy

📋 copy color: '#522688'

red 82 ◦ green 38 ◦ blue 136

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

Shades of Kingfisher Daisy #522688

Tints of Kingfisher Daisy #522688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 32.03%
G = 14.84%
B = 53.13%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#522688 (or 0x522688) is known color: Kingfisher Daisy. HEX triplet: 52, 26 and 88. RGB value is (82,38,136). Sum of RGB (Red+Green+Blue) = 82+38+136=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 136 (53.52% from 255 or 53.12% from 256); Max value from RGB is 136 - color contains mainly: blue. Hex color #522688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #522688 is #ADD977. Grayscale: #3D3D3D. Windows color (decimal): -11393400 or 8922706. OLE color: 8922706.

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

Color convert

RGB 82 38 136 -
CMYK 0.40 0.72 0 0.47
HSL 266.94º 0.56% 0.34% -
HSV(B) 266.94º 0.72% 0.53% -
XYZ 8.62 4.96 23.8 -
YUV 62.33 169.58 142.03 -
System Red Green Blue C M Y K H S L
Decimal 82 38 136 0.40 0.72 0 0.47 266.94 0.56 0.34
Hex 52 26 88 28 48 0 2F 10B 38 22
Octal 122 46 210 50 110 0 57 413 70 42
Binary 1010010 100110 10001000 101000 1001000 0 101111 100001011 111000 100010

Color Harmonies of #522688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522688

Black with #522688

Text Example


Text Example

White with #522688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522688; }

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

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

background-color css

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

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

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

border-color css

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

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

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