#531B8B

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

Shades of Kingfisher Daisy #531B8B

Tints of Kingfisher Daisy #531B8B

Color information

#531B8B (or 0x531B8B) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 1B and 8B. RGB value is (83,27,139). Sum of RGB (Red+Green+Blue) = 83+27+139=249 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.33% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #531B8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #531B8B is #ACE474. Grayscale: #383838. Windows color (decimal): -11330677 or 9116499. OLE color: 9116499.

HSL color Cylindrical-coordinate representation of color #531B8B: hue angle of 270º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #531B8B is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8327139-
CMYK0.400.8100.45
HSL270º67.47%32.55%-
HSV(B)270º80.58%54.51%-
XYZ8.624.4924.84-
YUV56.51174.55146.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 33.33%
GREEN value IS 27 (10.94% from 255) = 10.84%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=33.33%
G=10.84%
B=55.82%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal83271390.400.8100.4527067.4732.55
Hex531B8B285102D10e4321
Octal123332135012105541610341
Binary10100111101110001011101000101000101011011000011101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531B8B; }

 p { color: rgb(83,27,139); }

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

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

 a { background-color: rgb(83,27,139); }

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

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

 span { border-color: rgb(83,27,139); }

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