Html Css Color HEX #532594 Kingfisher Daisy

📋 copy color: '#532594'

red 83 ◦ green 37 ◦ blue 148

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

Shades of Kingfisher Daisy #532594

Tints of Kingfisher Daisy #532594

RGB

 RED value IS 83 (32.81% from 255) = 30.97%

 GREEN value IS 37 (14.84% from 255) = 13.81%

 BLUE value IS 148 (58.2% from 255) = 55.22%

R = 30.97%
G = 13.81%
B = 55.22%

CMYK

 C value IS 0.44

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#532594 (or 0x532594) is known color: Kingfisher Daisy. HEX triplet: 53, 25 and 94. RGB value is (83,37,148). Sum of RGB (Red+Green+Blue) = 83+37+148=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 37 (14.84% from 255 or 13.81% from 268); Blue value is 148 (58.20% from 255 or 55.22% from 268); Max value from RGB is 148 - color contains mainly: blue. Hex color #532594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532594 is #ACDA6B. Grayscale: #3F3F3F. Windows color (decimal): -11328108 or 9708883. OLE color: 9708883.

HSL color Cylindrical-coordinate representation of color #532594: hue angle of 264.86º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532594 is Cyan = 0.44, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 37 148 -
CMYK 0.44 0.75 0 0.42
HSL 264.86º 0.6% 0.36% -
HSV(B) 264.86º 0.75% 0.58% -
XYZ 9.57 5.3 28.54 -
YUV 63.41 175.74 141.97 -
System Red Green Blue C M Y K H S L
Decimal 83 37 148 0.44 0.75 0 0.42 264.86 0.6 0.36
Hex 53 25 94 2C 4B 0 2A 109 3C 24
Octal 123 45 224 54 113 0 52 411 74 44
Binary 1010011 100101 10010100 101100 1001011 0 101010 100001001 111100 100100

Color Harmonies of #532594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532594

Black with #532594

Text Example


Text Example

White with #532594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532594; }

 p { color: rgb(83,37,148); }

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

background-color css

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

 a { background-color: rgb(83,37,148); }

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

border-color css

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

 span { border-color: rgb(83,37,148); }

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