Html Css Color HEX #532682 Kingfisher Daisy

📋 copy color: '#532682'

red 83 ◦ green 38 ◦ blue 130

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

Shades of Kingfisher Daisy #532682

Tints of Kingfisher Daisy #532682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

 BLUE value IS 130 (51.17% from 255) = 51.79%

R = 33.07%
G = 15.14%
B = 51.79%

CMYK

 C value IS 0.36

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#532682 (or 0x532682) is known color: Kingfisher Daisy. HEX triplet: 53, 26 and 82. RGB value is (83,38,130). Sum of RGB (Red+Green+Blue) = 83+38+130=251 (33% of max value = 765). Red value is 83 (32.81% from 255 or 33.07% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 130 (51.17% from 255 or 51.79% from 251); Max value from RGB is 130 - color contains mainly: blue. Hex color #532682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #532682 is #ACD97D. Grayscale: #3D3D3D. Windows color (decimal): -11327870 or 8529491. OLE color: 8529491.

HSL color Cylindrical-coordinate representation of color #532682: hue angle of 269.35º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532682 is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 38 130 -
CMYK 0.36 0.71 0 0.49
HSL 269.35º 0.55% 0.33% -
HSV(B) 269.35º 0.71% 0.51% -
XYZ 8.29 4.84 21.62 -
YUV 61.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 83 38 130 0.36 0.71 0 0.49 269.35 0.55 0.33
Hex 53 26 82 24 47 0 31 10D 37 21
Octal 123 46 202 44 107 0 61 415 67 41
Binary 1010011 100110 10000010 100100 1000111 0 110001 100001101 110111 100001

Color Harmonies of #532682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532682

Black with #532682

Text Example


Text Example

White with #532682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532682; }

 p { color: rgb(83,38,130); }

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

background-color css

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

 a { background-color: rgb(83,38,130); }

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

border-color css

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

 span { border-color: rgb(83,38,130); }

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