#53248A

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

Shades of Kingfisher Daisy #53248A

Tints of Kingfisher Daisy #53248A

Color information

#53248A (or 0x53248A) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 24 and 8A. RGB value is (83,36,138). Sum of RGB (Red+Green+Blue) = 83+36+138=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 138 (54.30% from 255 or 53.70% from 257); Max value from RGB is 138 - color contains mainly: blue. Hex color #53248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53248A is #ACDB75. Grayscale: #3D3D3D. Windows color (decimal): -11328374 or 9053267. OLE color: 9053267.

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

Color convert

RGB8336138-
CMYK0.400.7400.46
HSL267.65º58.62%34.12%-
HSV(B)267.65º73.91%54.12%-
XYZ8.794.9424.53-
YUV61.68171.07143.21-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 138 (54.30% from 255) = 53.70%
R=32.30%
G=14.01%
B=53.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal83361380.400.7400.46267.6558.6234.12
Hex53248A284A02E10c3b22
Octal12344212501120564147342
Binary10100111001001000101010100010010100101110100001100111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53248A; }

 p { color: rgb(83,36,138); }

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

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

 a { background-color: rgb(83,36,138); }

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

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

 span { border-color: rgb(83,36,138); }

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