Html Css Color HEX #533283 Kingfisher Daisy

📋 copy color: '#533283'

red 83 ◦ green 50 ◦ blue 131

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

Shades of Kingfisher Daisy #533283

Tints of Kingfisher Daisy #533283

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.94%

 BLUE value IS 131 (51.56% from 255) = 49.62%

R = 31.44%
G = 18.94%
B = 49.62%

CMYK

 C value IS 0.37

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#533283 (or 0x533283) is known color: Kingfisher Daisy. HEX triplet: 53, 32 and 83. RGB value is (83,50,131). Sum of RGB (Red+Green+Blue) = 83+50+131=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 50 (19.92% from 255 or 18.94% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #533283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533283 is #ACCD7C. Grayscale: #444444. Windows color (decimal): -11324797 or 8598099. OLE color: 8598099.

HSL color Cylindrical-coordinate representation of color #533283: hue angle of 264.44º 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 #533283 is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 50 131 -
CMYK 0.37 0.62 0 0.49
HSL 264.44º 0.45% 0.35% -
HSV(B) 264.44º 0.62% 0.51% -
XYZ 8.8 5.76 22.12 -
YUV 69.1 162.93 137.91 -
System Red Green Blue C M Y K H S L
Decimal 83 50 131 0.37 0.62 0 0.49 264.44 0.45 0.35
Hex 53 32 83 25 3E 0 31 108 2D 23
Octal 123 62 203 45 76 0 61 410 55 43
Binary 1010011 110010 10000011 100101 111110 0 110001 100001000 101101 100011

Color Harmonies of #533283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533283

Black with #533283

Text Example


Text Example

White with #533283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533283; }

 p { color: rgb(83,50,131); }

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

background-color css

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

 a { background-color: rgb(83,50,131); }

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

border-color css

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

 span { border-color: rgb(83,50,131); }

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