Html Css Color HEX #5B2F7B Kingfisher Daisy

📋 copy color: '#5B2F7B'

red 91 ◦ green 47 ◦ blue 123

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

Shades of Kingfisher Daisy #5B2F7B

Tints of Kingfisher Daisy #5B2F7B

RGB

 RED value IS 91 (35.94% from 255) = 34.87%

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

 BLUE value IS 123 (48.44% from 255) = 47.13%

R = 34.87%
G = 18.01%
B = 47.13%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5B2F7B (or 0x5B2F7B) is known color: Kingfisher Daisy. HEX triplet: 5B, 2F and 7B. RGB value is (91,47,123). Sum of RGB (Red+Green+Blue) = 91+47+123=261 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.87% from 261); Green value is 47 (18.75% from 255 or 18.01% from 261); Blue value is 123 (48.44% from 255 or 47.13% from 261); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B2F7B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5B2F7B is #A4D084. Grayscale: #444444. Windows color (decimal): -10801285 or 8073051. OLE color: 8073051.

HSL color Cylindrical-coordinate representation of color #5B2F7B: hue angle of 274.74º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B2F7B is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 47 123 -
CMYK 0.26 0.62 0 0.52
HSL 274.74º 0.45% 0.33% -
HSV(B) 274.74º 0.62% 0.48% -
XYZ 8.91 5.69 19.37 -
YUV 68.82 158.58 143.82 -
System Red Green Blue C M Y K H S L
Decimal 91 47 123 0.26 0.62 0 0.52 274.74 0.45 0.33
Hex 5B 2F 7B 1A 3E 0 34 113 2D 21
Octal 133 57 173 32 76 0 64 423 55 41
Binary 1011011 101111 1111011 11010 111110 0 110100 100010011 101101 100001

Color Harmonies of #5B2F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2F7B

Black with #5B2F7B

Text Example


Text Example

White with #5B2F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B2F7B; }

 p { color: rgb(91,47,123); }

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

background-color css

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

 a { background-color: rgb(91,47,123); }

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

border-color css

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

 span { border-color: rgb(91,47,123); }

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