Html Css Color HEX #533187 Kingfisher Daisy

📋 copy color: '#533187'

red 83 ◦ green 49 ◦ blue 135

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

Shades of Kingfisher Daisy #533187

Tints of Kingfisher Daisy #533187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 50.56%

R = 31.09%
G = 18.35%
B = 50.56%

CMYK

 C value IS 0.39

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#533187 (or 0x533187) is known color: Kingfisher Daisy. HEX triplet: 53, 31 and 87. RGB value is (83,49,135). Sum of RGB (Red+Green+Blue) = 83+49+135=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 49 (19.53% from 255 or 18.35% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #533187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533187 is #ACCE78. Grayscale: #444444. Windows color (decimal): -11325049 or 8859987. OLE color: 8859987.

HSL color Cylindrical-coordinate representation of color #533187: hue angle of 263.72º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #533187 is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 49 135 -
CMYK 0.39 0.64 0 0.47
HSL 263.72º 0.47% 0.36% -
HSV(B) 263.72º 0.64% 0.53% -
XYZ 9.04 5.78 23.56 -
YUV 68.97 165.26 138.01 -
System Red Green Blue C M Y K H S L
Decimal 83 49 135 0.39 0.64 0 0.47 263.72 0.47 0.36
Hex 53 31 87 27 40 0 2F 108 2F 24
Octal 123 61 207 47 100 0 57 410 57 44
Binary 1010011 110001 10000111 100111 1000000 0 101111 100001000 101111 100100

Color Harmonies of #533187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533187

Black with #533187

Text Example


Text Example

White with #533187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533187; }

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

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

background-color css

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

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

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

border-color css

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

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

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