Html Css Color HEX #572083 Kingfisher Daisy

📋 copy color: '#572083'

red 87 ◦ green 32 ◦ blue 131

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

Shades of Kingfisher Daisy #572083

Tints of Kingfisher Daisy #572083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 34.8%
G = 12.8%
B = 52.4%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#572083 (or 0x572083) is known color: Kingfisher Daisy. HEX triplet: 57, 20 and 83. RGB value is (87,32,131). Sum of RGB (Red+Green+Blue) = 87+32+131=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 131 (51.56% from 255 or 52.4% from 250); Max value from RGB is 131 - color contains mainly: blue. Hex color #572083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572083 is #A8DF7C. Grayscale: #3B3B3B. Windows color (decimal): -11067261 or 8593495. OLE color: 8593495.

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

Color convert

RGB 87 32 131 -
CMYK 0.34 0.76 0 0.49
HSL 273.33º 0.61% 0.32% -
HSV(B) 273.33º 0.76% 0.51% -
XYZ 8.54 4.7 21.93 -
YUV 59.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 87 32 131 0.34 0.76 0 0.49 273.33 0.61 0.32
Hex 57 20 83 22 4C 0 31 111 3D 20
Octal 127 40 203 42 114 0 61 421 75 40
Binary 1010111 100000 10000011 100010 1001100 0 110001 100010001 111101 100000

Color Harmonies of #572083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572083

Black with #572083

Text Example


Text Example

White with #572083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572083; }

 p { color: rgb(87,32,131); }

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

background-color css

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

 a { background-color: rgb(87,32,131); }

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

border-color css

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

 span { border-color: rgb(87,32,131); }

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