Html Css Color HEX #532792 Kingfisher Daisy

📋 copy color: '#532792'

red 83 ◦ green 39 ◦ blue 146

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

Shades of Kingfisher Daisy #532792

Tints of Kingfisher Daisy #532792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.55%

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

R = 30.97%
G = 14.55%
B = 54.48%

CMYK

 C value IS 0.43

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#532792 (or 0x532792) is known color: Kingfisher Daisy. HEX triplet: 53, 27 and 92. RGB value is (83,39,146). Sum of RGB (Red+Green+Blue) = 83+39+146=268 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.97% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #532792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532792 is #ACD86D. Grayscale: #3F3F3F. Windows color (decimal): -11327598 or 9578323. OLE color: 9578323.

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

Color convert

RGB 83 39 146 -
CMYK 0.43 0.73 0 0.43
HSL 264.67º 0.58% 0.36% -
HSV(B) 264.67º 0.73% 0.57% -
XYZ 9.48 5.37 27.73 -
YUV 64.35 174.08 141.3 -
System Red Green Blue C M Y K H S L
Decimal 83 39 146 0.43 0.73 0 0.43 264.67 0.58 0.36
Hex 53 27 92 2B 49 0 2B 109 3A 24
Octal 123 47 222 53 111 0 53 411 72 44
Binary 1010011 100111 10010010 101011 1001001 0 101011 100001001 111010 100100

Color Harmonies of #532792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532792

Black with #532792

Text Example


Text Example

White with #532792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532792; }

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

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

background-color css

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

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

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

border-color css

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

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

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