Html Css Color HEX #512885 Kingfisher Daisy

📋 copy color: '#512885'

red 81 ◦ green 40 ◦ blue 133

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

Shades of Kingfisher Daisy #512885

Tints of Kingfisher Daisy #512885

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

 BLUE value IS 133 (52.34% from 255) = 52.36%

R = 31.89%
G = 15.75%
B = 52.36%

CMYK

 C value IS 0.39

 M value IS 0.70

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#512885 (or 0x512885) is known color: Kingfisher Daisy. HEX triplet: 51, 28 and 85. RGB value is (81,40,133). Sum of RGB (Red+Green+Blue) = 81+40+133=254 (33% of max value = 765). Red value is 81 (32.03% from 255 or 31.89% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 133 (52.34% from 255 or 52.36% from 254); Max value from RGB is 133 - color contains mainly: blue. Hex color #512885 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #512885 is #AED77A. Grayscale: #3E3E3E. Windows color (decimal): -11458427 or 8726609. OLE color: 8726609.

HSL color Cylindrical-coordinate representation of color #512885: hue angle of 266.45º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #512885 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 81 40 133 -
CMYK 0.39 0.70 0 0.48
HSL 266.45º 0.54% 0.34% -
HSV(B) 266.45º 0.7% 0.52% -
XYZ 8.39 4.96 22.71 -
YUV 62.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 81 40 133 0.39 0.70 0 0.48 266.45 0.54 0.34
Hex 51 28 85 27 46 0 30 10A 36 22
Octal 121 50 205 47 106 0 60 412 66 42
Binary 1010001 101000 10000101 100111 1000110 0 110000 100001010 110110 100010

Color Harmonies of #512885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #512885

Black with #512885

Text Example


Text Example

White with #512885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #512885; }

 p { color: rgb(81,40,133); }

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

background-color css

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

 a { background-color: rgb(81,40,133); }

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

border-color css

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

 span { border-color: rgb(81,40,133); }

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