Html Css Color HEX #572F8B Kingfisher Daisy

📋 copy color: '#572F8B'

red 87 ◦ green 47 ◦ blue 139

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

Shades of Kingfisher Daisy #572F8B

Tints of Kingfisher Daisy #572F8B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 31.87%
G = 17.22%
B = 50.92%

CMYK

 C value IS 0.37

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#572F8B (or 0x572F8B) is known color: Kingfisher Daisy. HEX triplet: 57, 2F and 8B. RGB value is (87,47,139). Sum of RGB (Red+Green+Blue) = 87+47+139=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #572F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572F8B is #A8D074. Grayscale: #454545. Windows color (decimal): -11063413 or 9121623. OLE color: 9121623.

HSL color Cylindrical-coordinate representation of color #572F8B: hue angle of 266.09º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #572F8B is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 87 47 139 -
CMYK 0.37 0.66 0 0.45
HSL 266.09º 0.49% 0.36% -
HSV(B) 266.09º 0.66% 0.55% -
XYZ 9.61 5.92 25.06 -
YUV 69.45 167.25 140.52 -
System Red Green Blue C M Y K H S L
Decimal 87 47 139 0.37 0.66 0 0.45 266.09 0.49 0.36
Hex 57 2F 8B 25 42 0 2D 10A 31 24
Octal 127 57 213 45 102 0 55 412 61 44
Binary 1010111 101111 10001011 100101 1000010 0 101101 100001010 110001 100100

Color Harmonies of #572F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572F8B

Black with #572F8B

Text Example


Text Example

White with #572F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572F8B; }

 p { color: rgb(87,47,139); }

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

background-color css

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

 a { background-color: rgb(87,47,139); }

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

border-color css

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

 span { border-color: rgb(87,47,139); }

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