#523883

Color #523883 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #523883

Tints of Kingfisher Daisy #523883

Color information

#523883 (or 0x523883) is unknown color: approx Kingfisher Daisy. HEX triplet: 52, 38 and 83. RGB value is (82,56,131). Sum of RGB (Red+Green+Blue) = 82+56+131=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 131 (51.56% from 255 or 48.70% from 269); Max value from RGB is 131 - color contains mainly: blue. Hex color #523883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #523883 is #ADC77C. Grayscale: #484848. Windows color (decimal): -11388797 or 8599634. OLE color: 8599634.

HSL color Cylindrical-coordinate representation of color #523883: hue angle of 260.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #523883 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8256131-
CMYK0.370.5700.49
HSL260.8º40.11%36.67%-
HSV(B)260.8º57.25%51.37%-
XYZ8.996.2622.21-
YUV72.32161.11134.9-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.48%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 131 (51.56% from 255) = 48.70%
R=30.48%
G=20.82%
B=48.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82561310.370.5700.49260.840.1136.67
Hex52388325390311052825
Octal1227020345710614055045
Binary1010010111000100000111001011110010110001100000101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523883; }

 p { color: rgb(82,56,131); }

 H1.HeaderClassName
 {
   color: #523883;
 }
 .AnyTagClassName
 {
   color: #523883;
 }
</style>
background-color css

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

 a { background-color: rgb(82,56,131); }

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

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

 span { border-color: rgb(82,56,131); }

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