Html Css Color HEX #511F92 Kingfisher Daisy

📋 copy color: '#511F92'

red 81 ◦ green 31 ◦ blue 146

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

Shades of Kingfisher Daisy #511F92

Tints of Kingfisher Daisy #511F92

RGB

 RED value IS 81 (32.03% from 255) = 31.4%

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 146 (57.42% from 255) = 56.59%

R = 31.4%
G = 12.02%
B = 56.59%

CMYK

 C value IS 0.45

 M value IS 0.79

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#511F92 (or 0x511F92) is known color: Kingfisher Daisy. HEX triplet: 51, 1F and 92. RGB value is (81,31,146). Sum of RGB (Red+Green+Blue) = 81+31+146=258 (34% of max value = 765). Red value is 81 (32.03% from 255 or 31.40% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 146 (57.42% from 255 or 56.59% from 258); Max value from RGB is 146 - color contains mainly: blue. Hex color #511F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #511F92 is #AEE06D. Grayscale: #3A3A3A. Windows color (decimal): -11460718 or 9576273. OLE color: 9576273.

HSL color Cylindrical-coordinate representation of color #511F92: hue angle of 266.09º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #511F92 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 81 31 146 -
CMYK 0.45 0.79 0 0.43
HSL 266.09º 0.65% 0.35% -
HSV(B) 266.09º 0.79% 0.57% -
XYZ 9.07 4.8 27.64 -
YUV 59.06 177.07 143.65 -
System Red Green Blue C M Y K H S L
Decimal 81 31 146 0.45 0.79 0 0.43 266.09 0.65 0.35
Hex 51 1F 92 2D 4F 0 2B 10A 41 23
Octal 121 37 222 55 117 0 53 412 101 43
Binary 1010001 11111 10010010 101101 1001111 0 101011 100001010 1000001 100011

Color Harmonies of #511F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #511F92

Black with #511F92

Text Example


Text Example

White with #511F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #511F92; }

 p { color: rgb(81,31,146); }

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

background-color css

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

 a { background-color: rgb(81,31,146); }

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

border-color css

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

 span { border-color: rgb(81,31,146); }

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