Html Css Color HEX #584074 Kingfisher Daisy

📋 copy color: '#584074'

red 88 ◦ green 64 ◦ blue 116

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

Shades of Kingfisher Daisy #584074

Tints of Kingfisher Daisy #584074

RGB

 RED value IS 88 (34.77% from 255) = 32.84%

 GREEN value IS 64 (25.39% from 255) = 23.88%

 BLUE value IS 116 (45.7% from 255) = 43.28%

R = 32.84%
G = 23.88%
B = 43.28%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#584074 (or 0x584074) is known color: Kingfisher Daisy. HEX triplet: 58, 40 and 74. RGB value is (88,64,116). Sum of RGB (Red+Green+Blue) = 88+64+116=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 116 (45.70% from 255 or 43.28% from 268); Max value from RGB is 116 - color contains mainly: blue. Hex color #584074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584074 is #A7BF8B. Grayscale: #4C4C4C. Windows color (decimal): -10993548 or 7618648. OLE color: 7618648.

HSL color Cylindrical-coordinate representation of color #584074: hue angle of 267.69º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #584074 is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 88 64 116 -
CMYK 0.24 0.45 0 0.55
HSL 267.69º 0.29% 0.35% -
HSV(B) 267.69º 0.45% 0.45% -
XYZ 9.01 7 17.4 -
YUV 77.1 149.95 135.77 -
System Red Green Blue C M Y K H S L
Decimal 88 64 116 0.24 0.45 0 0.55 267.69 0.29 0.35
Hex 58 40 74 18 2D 0 37 10C 1D 23
Octal 130 100 164 30 55 0 67 414 35 43
Binary 1011000 1000000 1110100 11000 101101 0 110111 100001100 11101 100011

Color Harmonies of #584074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584074

Black with #584074

Text Example


Text Example

White with #584074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584074; }

 p { color: rgb(88,64,116); }

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

background-color css

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

 a { background-color: rgb(88,64,116); }

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

border-color css

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

 span { border-color: rgb(88,64,116); }

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