Html Css Color HEX #532592 Kingfisher Daisy

📋 copy color: '#532592'

red 83 ◦ green 37 ◦ blue 146

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

Shades of Kingfisher Daisy #532592

Tints of Kingfisher Daisy #532592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.89%

R = 31.2%
G = 13.91%
B = 54.89%

CMYK

 C value IS 0.43

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#532592 (or 0x532592) is known color: Kingfisher Daisy. HEX triplet: 53, 25 and 92. RGB value is (83,37,146). Sum of RGB (Red+Green+Blue) = 83+37+146=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 37 (14.84% from 255 or 13.91% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #532592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532592 is #ACDA6D. Grayscale: #3E3E3E. Windows color (decimal): -11328110 or 9577811. OLE color: 9577811.

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

Color convert

RGB 83 37 146 -
CMYK 0.43 0.75 0 0.43
HSL 265.32º 0.6% 0.36% -
HSV(B) 265.32º 0.75% 0.57% -
XYZ 9.42 5.24 27.71 -
YUV 63.18 174.74 142.14 -
System Red Green Blue C M Y K H S L
Decimal 83 37 146 0.43 0.75 0 0.43 265.32 0.6 0.36
Hex 53 25 92 2B 4B 0 2B 109 3C 24
Octal 123 45 222 53 113 0 53 411 74 44
Binary 1010011 100101 10010010 101011 1001011 0 101011 100001001 111100 100100

Color Harmonies of #532592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532592

Black with #532592

Text Example


Text Example

White with #532592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532592; }

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

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

background-color css

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

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

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

border-color css

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

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

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