Html Css Color HEX #533880 Kingfisher Daisy

📋 copy color: '#533880'

red 83 ◦ green 56 ◦ blue 128

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

Shades of Kingfisher Daisy #533880

Tints of Kingfisher Daisy #533880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.97%

 BLUE value IS 128 (50.39% from 255) = 47.94%

R = 31.09%
G = 20.97%
B = 47.94%

CMYK

 C value IS 0.35

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#533880 (or 0x533880) is known color: Kingfisher Daisy. HEX triplet: 53, 38 and 80. RGB value is (83,56,128). Sum of RGB (Red+Green+Blue) = 83+56+128=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #533880 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533880 is #ACC77F. Grayscale: #484848. Windows color (decimal): -11323264 or 8403027. OLE color: 8403027.

HSL color Cylindrical-coordinate representation of color #533880: hue angle of 262.5º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #533880 is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 56 128 -
CMYK 0.35 0.56 0 0.50
HSL 262.5º 0.39% 0.36% -
HSV(B) 262.5º 0.56% 0.5% -
XYZ 8.88 6.23 21.16 -
YUV 72.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 83 56 128 0.35 0.56 0 0.50 262.5 0.39 0.36
Hex 53 38 80 23 38 0 32 106 27 24
Octal 123 70 200 43 70 0 62 406 47 44
Binary 1010011 111000 10000000 100011 111000 0 110010 100000110 100111 100100

Color Harmonies of #533880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533880

Black with #533880

Text Example


Text Example

White with #533880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533880; }

 p { color: rgb(83,56,128); }

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

background-color css

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

 a { background-color: rgb(83,56,128); }

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

border-color css

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

 span { border-color: rgb(83,56,128); }

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