Html Css Color HEX #573382 Kingfisher Daisy

📋 copy color: '#573382'

red 87 ◦ green 51 ◦ blue 130

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

Shades of Kingfisher Daisy #573382

Tints of Kingfisher Daisy #573382

RGB

 RED value IS 87 (34.38% from 255) = 32.46%

 GREEN value IS 51 (20.31% from 255) = 19.03%

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

R = 32.46%
G = 19.03%
B = 48.51%

CMYK

 C value IS 0.33

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#573382 (or 0x573382) is known color: Kingfisher Daisy. HEX triplet: 57, 33 and 82. RGB value is (87,51,130). Sum of RGB (Red+Green+Blue) = 87+51+130=268 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.46% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #573382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573382 is #A8CC7D. Grayscale: #464646. Windows color (decimal): -11062398 or 8532823. OLE color: 8532823.

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

Color convert

RGB 87 51 130 -
CMYK 0.33 0.61 0 0.49
HSL 267.34º 0.44% 0.35% -
HSV(B) 267.34º 0.61% 0.51% -
XYZ 9.14 6.01 21.8 -
YUV 70.77 161.43 139.58 -
System Red Green Blue C M Y K H S L
Decimal 87 51 130 0.33 0.61 0 0.49 267.34 0.44 0.35
Hex 57 33 82 21 3D 0 31 10B 2C 23
Octal 127 63 202 41 75 0 61 413 54 43
Binary 1010111 110011 10000010 100001 111101 0 110001 100001011 101100 100011

Color Harmonies of #573382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573382

Black with #573382

Text Example


Text Example

White with #573382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573382; }

 p { color: rgb(87,51,130); }

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

background-color css

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

 a { background-color: rgb(87,51,130); }

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

border-color css

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

 span { border-color: rgb(87,51,130); }

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