#58BFCC

Color #58BFCC Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #58BFCC

Tints of Viking #58BFCC

Color information

#58BFCC (or 0x58BFCC) is unknown color: approx Viking. HEX triplet: 58, BF and CC. RGB value is (88,191,204). Sum of RGB (Red+Green+Blue) = 88+191+204=483 (63% of max value = 765). Red value is 88 (34.77% from 255 or 18.22% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #58BFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BFCC is #A74033. Grayscale: #A1A1A1. Windows color (decimal): -10960948 or 13418328. OLE color: 13418328.

HSL color Cylindrical-coordinate representation of color #58BFCC: hue angle of 186.72º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #58BFCC is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB88191204-
CMYK0.570.0600.2
HSL186.72º53.21%57.25%-
HSV(B)186.72º56.86%80%-
XYZ33.5543.763.79-
YUV161.68151.8875.44-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.22%
GREEN value IS 191 (75% from 255) = 39.54%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=18.22%
G=39.54%
B=42.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal881912040.570.0600.2186.7253.2157.25
Hex58BFCC396014bb3539
Octal1302773147160242736571
Binary1011000101111111100110011100111001010010111011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58BFCC; }

 p { color: rgb(88,191,204); }

 H1.HeaderClassName
 {
   color: #58BFCC;
 }
 .AnyTagClassName
 {
   color: #58BFCC;
 }
</style>
background-color css

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

 a { background-color: rgb(88,191,204); }

 div.DivClassName
 {
   background-color: #58BFCC;
 }
 .BgClassName
 {
   background-color: #58BFCC;
 }
</style>
border-color css

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

 span { border-color: rgb(88,191,204); }

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