#58B4CD

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

Shades of Viking #58B4CD

Tints of Viking #58B4CD

Color information

#58B4CD (or 0x58B4CD) is unknown color: approx Viking. HEX triplet: 58, B4 and CD. RGB value is (88,180,205). Sum of RGB (Red+Green+Blue) = 88+180+205=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 180 (70.70% from 255 or 38.05% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #58B4CD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B4CD is #A74B32. Grayscale: #9B9B9B. Windows color (decimal): -10963763 or 13481048. OLE color: 13481048.

HSL color Cylindrical-coordinate representation of color #58B4CD: hue angle of 192.82º degrees, saturation: 0.54, 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 #58B4CD is Cyan = 0.57, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB88180205-
CMYK0.570.1200.20
HSL192.82º53.92%57.45%-
HSV(B)192.82º57.07%80.39%-
XYZ31.3739.1363.66-
YUV155.34156.0279.97-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 18.60%
GREEN value IS 180 (70.70% from 255) = 38.05%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=18.60%
G=38.05%
B=43.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal881802050.570.1200.20192.8253.9257.45
Hex58B4CD39C014c13639
Octal13026431571140243016671
Binary10110001011010011001101111001110001010011000001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,180,205); }

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

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

 a { background-color: rgb(88,180,205); }

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

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

 span { border-color: rgb(88,180,205); }

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