Html Css Color HEX #55338B Kingfisher Daisy

📋 copy color: '#55338B'

red 85 ◦ green 51 ◦ blue 139

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

Shades of Kingfisher Daisy #55338B

Tints of Kingfisher Daisy #55338B

RGB

 RED value IS 85 (33.59% from 255) = 30.91%

 GREEN value IS 51 (20.31% from 255) = 18.55%

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

R = 30.91%
G = 18.55%
B = 50.55%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55338B (or 0x55338B) is known color: Kingfisher Daisy. HEX triplet: 55, 33 and 8B. RGB value is (85,51,139). Sum of RGB (Red+Green+Blue) = 85+51+139=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #55338B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55338B is #AACC74. Grayscale: #464646. Windows color (decimal): -11193461 or 9122645. OLE color: 9122645.

HSL color Cylindrical-coordinate representation of color #55338B: hue angle of 263.18º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #55338B is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 51 139 -
CMYK 0.39 0.63 0 0.45
HSL 263.18º 0.46% 0.37% -
HSV(B) 263.18º 0.63% 0.55% -
XYZ 9.59 6.16 25.11 -
YUV 71.2 166.26 137.84 -
System Red Green Blue C M Y K H S L
Decimal 85 51 139 0.39 0.63 0 0.45 263.18 0.46 0.37
Hex 55 33 8B 27 3F 0 2D 107 2E 25
Octal 125 63 213 47 77 0 55 407 56 45
Binary 1010101 110011 10001011 100111 111111 0 101101 100000111 101110 100101

Color Harmonies of #55338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55338B

Black with #55338B

Text Example


Text Example

White with #55338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55338B; }

 p { color: rgb(85,51,139); }

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

background-color css

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

 a { background-color: rgb(85,51,139); }

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

border-color css

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

 span { border-color: rgb(85,51,139); }

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