Html Css Color HEX #572383 Kingfisher Daisy

📋 copy color: '#572383'

red 87 ◦ green 35 ◦ blue 131

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

Shades of Kingfisher Daisy #572383

Tints of Kingfisher Daisy #572383

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 34.39%
G = 13.83%
B = 51.78%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#572383 (or 0x572383) is known color: Kingfisher Daisy. HEX triplet: 57, 23 and 83. RGB value is (87,35,131). Sum of RGB (Red+Green+Blue) = 87+35+131=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 131 (51.56% from 255 or 51.78% from 253); Max value from RGB is 131 - color contains mainly: blue. Hex color #572383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572383 is #A8DC7C. Grayscale: #3D3D3D. Windows color (decimal): -11066493 or 8594263. OLE color: 8594263.

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

Color convert

RGB 87 35 131 -
CMYK 0.34 0.73 0 0.49
HSL 272.5º 0.58% 0.33% -
HSV(B) 272.5º 0.73% 0.51% -
XYZ 8.63 4.87 21.96 -
YUV 61.49 167.23 146.19 -
System Red Green Blue C M Y K H S L
Decimal 87 35 131 0.34 0.73 0 0.49 272.5 0.58 0.33
Hex 57 23 83 22 49 0 31 110 3A 21
Octal 127 43 203 42 111 0 61 420 72 41
Binary 1010111 100011 10000011 100010 1001001 0 110001 100010000 111010 100001

Color Harmonies of #572383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572383

Black with #572383

Text Example


Text Example

White with #572383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572383; }

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

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

background-color css

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

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

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

border-color css

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

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

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