Html Css Color HEX #533181 Kingfisher Daisy

📋 copy color: '#533181'

red 83 ◦ green 49 ◦ blue 129

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

Shades of Kingfisher Daisy #533181

Tints of Kingfisher Daisy #533181

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.77%

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 31.8%
G = 18.77%
B = 49.43%

CMYK

 C value IS 0.36

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#533181 (or 0x533181) is known color: Kingfisher Daisy. HEX triplet: 53, 31 and 81. RGB value is (83,49,129). Sum of RGB (Red+Green+Blue) = 83+49+129=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #533181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533181 is #ACCE7E. Grayscale: #444444. Windows color (decimal): -11325055 or 8466771. OLE color: 8466771.

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

Color convert

RGB 83 49 129 -
CMYK 0.36 0.62 0 0.49
HSL 265.5º 0.45% 0.35% -
HSV(B) 265.5º 0.62% 0.51% -
XYZ 8.63 5.62 21.4 -
YUV 68.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 83 49 129 0.36 0.62 0 0.49 265.5 0.45 0.35
Hex 53 31 81 24 3E 0 31 10A 2D 23
Octal 123 61 201 44 76 0 61 412 55 43
Binary 1010011 110001 10000001 100100 111110 0 110001 100001010 101101 100011

Color Harmonies of #533181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533181

Black with #533181

Text Example


Text Example

White with #533181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533181; }

 p { color: rgb(83,49,129); }

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

background-color css

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

 a { background-color: rgb(83,49,129); }

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

border-color css

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

 span { border-color: rgb(83,49,129); }

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