Html Css Color HEX #55BDC1 Viking

📋 copy color: '#55BDC1'

red 85 ◦ green 189 ◦ blue 193

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

Shades of Viking #55BDC1

Tints of Viking #55BDC1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.47%

 BLUE value IS 193 (75.78% from 255) = 41.33%

R = 18.2%
G = 40.47%
B = 41.33%

CMYK

 C value IS 0.56

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#55BDC1 (or 0x55BDC1) is known color: Viking. HEX triplet: 55, BD and C1. RGB value is (85,189,193). Sum of RGB (Red+Green+Blue) = 85+189+193=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 189 (74.22% from 255 or 40.47% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 193 - color contains mainly: blue. Hex color #55BDC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BDC1 is #AA423E. Grayscale: #9E9E9E. Windows color (decimal): -11158079 or 12696917. OLE color: 12696917.

HSL color Cylindrical-coordinate representation of color #55BDC1: hue angle of 182.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55BDC1 is Cyan = 0.56, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 189 193 -
CMYK 0.56 0.02 0 0.24
HSL 182.22º 0.47% 0.55% -
HSV(B) 182.22º 0.56% 0.76% -
XYZ 31.57 42.18 56.93 -
YUV 158.36 147.54 75.67 -
System Red Green Blue C M Y K H S L
Decimal 85 189 193 0.56 0.02 0 0.24 182.22 0.47 0.55
Hex 55 BD C1 38 2 0 18 B6 2F 37
Octal 125 275 301 70 2 0 30 266 57 67
Binary 1010101 10111101 11000001 111000 10 0 11000 10110110 101111 110111

Color Harmonies of #55BDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55BDC1

Black with #55BDC1

Text Example


Text Example

White with #55BDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55BDC1; }

 p { color: rgb(85,189,193); }

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

background-color css

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

 a { background-color: rgb(85,189,193); }

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

border-color css

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

 span { border-color: rgb(85,189,193); }

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